mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-04 22:04:45 +01:00
updated tiles
This commit is contained in:
@@ -43,7 +43,7 @@ metadata {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
valueTile("temperature", "device.temperature", inactiveLabel: false) {
|
valueTile("temperature", "device.temperature", inactiveLabel: false, width: 2, height: 2) {
|
||||||
state "temperature", label:'${currentValue}°',
|
state "temperature", label:'${currentValue}°',
|
||||||
backgroundColors:[
|
backgroundColors:[
|
||||||
[value: 31, color: "#153591"],
|
[value: 31, color: "#153591"],
|
||||||
@@ -56,13 +56,12 @@ metadata {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
valueTile("illuminance", "device.illuminance", inactiveLabel: false) {
|
valueTile("illuminance", "device.illuminance", inactiveLabel: false, width: 2, height: 2) {
|
||||||
state "luminosity", label:'${currentValue} ${unit}', unit:"lux"
|
state "luminosity", label:'${currentValue} ${unit}', unit:"lux"
|
||||||
}
|
}
|
||||||
|
|
||||||
valueTile("battery", "device.battery", inactiveLabel: false,
|
valueTile("battery", "device.battery", inactiveLabel: false, width: 2, height: 2, decoration: "flat") {
|
||||||
decoration: "flat") {
|
state "battery", label:'${currentValue}% battery', unit:""
|
||||||
state "battery", label:'${currentValue}% battery', unit:""
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main "FGMS"
|
main "FGMS"
|
||||||
|
|||||||
Reference in New Issue
Block a user