Merge branch 'master' into zwave_metering_dimmer

This commit is contained in:
Piyush Chomal
2017-03-22 22:57:47 +05:30
committed by GitHub
249 changed files with 4740 additions and 2541 deletions

View File

@@ -26,6 +26,7 @@ metadata {
capability "Sensor"
capability "Actuator"
capability "Health Check"
capability "Light"
command "reset"
@@ -58,9 +59,9 @@ metadata {
tiles {
standardTile("switch", "device.switch", width: 2, height: 2, canChangeIcon: true) {
state "on", label:'${name}', action:"switch.off", icon:"st.switches.switch.on", backgroundColor:"#79b821", nextState:"turningOff"
state "on", label:'${name}', action:"switch.off", icon:"st.switches.switch.on", backgroundColor:"#00A0DC", nextState:"turningOff"
state "off", label:'${name}', action:"switch.on", icon:"st.switches.switch.off", backgroundColor:"#ffffff", nextState:"turningOn"
state "turningOn", label:'${name}', icon:"st.switches.switch.on", backgroundColor:"#79b821"
state "turningOn", label:'${name}', icon:"st.switches.switch.on", backgroundColor:"#00A0DC"
state "turningOff", label:'${name}', icon:"st.switches.switch.off", backgroundColor:"#ffffff"
}
valueTile("power", "device.power") {