Package org.openhab.binding.digitalstrom.internal.client.entity

Examples of org.openhab.binding.digitalstrom.internal.client.entity.DeviceSceneSpec


  // but the next time we react very fast because we learned what to do on
  // this command.
  private void getSceneSpec(Device device, short sceneId) {

    // setSensorReading(true); // no metering in this time
    DeviceSceneSpec spec = digitalSTROM.getDeviceSceneMode(
        getSessionToken(), device.getDSID(), null, sceneId);
    // setSensorReading(false);

    if (spec != null) {
      device.addSceneConfig(sceneId, spec);
View Full Code Here

TOP

Related Classes of org.openhab.binding.digitalstrom.internal.client.entity.DeviceSceneSpec

Copyright © 2018 www.massapicom. 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.