diff --git a/nest.devicetype.groovy b/nest.devicetype.groovy index a9335ef..d958467 100644 --- a/nest.devicetype.groovy +++ b/nest.devicetype.groovy @@ -80,6 +80,7 @@ metadata { capability "Temperature Measurement" capability "Presence Sensor" capability "Sensor" + capability "Actuator" command "away" command "present" @@ -597,4 +598,4 @@ def cToF(temp) { def fToC(temp) { return ((temp - 32) / 1.8).toDouble() -} \ No newline at end of file +}