Examples of DeviceSceneSpec


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
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.