Examples of BigDecimalOpenClosedTypeConverter


Examples of org.openhab.binding.zwave.internal.converter.state.BigDecimalOpenClosedTypeConverter

    super(controller, eventPublisher);
   
    // State and commmand converters used by this converter.
    this.addStateConverter(new BigDecimalDecimalTypeConverter());
    this.addStateConverter(new BigDecimalOnOffTypeConverter());
    this.addStateConverter(new BigDecimalOpenClosedTypeConverter());
  }
View Full Code Here

Examples of org.openhab.binding.zwave.internal.converter.state.BigDecimalOpenClosedTypeConverter

    super(controller, eventPublisher);
   
    // State and commmand converters used by this converter.
    this.addStateConverter(new BigDecimalDecimalTypeConverter());
    this.addStateConverter(new BigDecimalOnOffTypeConverter());
    this.addStateConverter(new BigDecimalOpenClosedTypeConverter());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.