To Bose Soundtouch DTHs, added Capability "Sensor" & Capability "Actuator" (#1800)

* To Bose Soundtouch DTH, added Capability "Sensor" & Capability "Actuator" per http://docs.smartthings.com/en/latest/device-type-developers-guide/overview.html?highlight=sensor%20actuator#actuator-and-sensor.

* Replaced Tabs with Spaces for capability Sensor / Actuator lines per request of @WorkingMonk.
This commit is contained in:
Terry Gauchat
2017-03-27 16:16:57 -07:00
committed by Vinay Rao
parent afa7784999
commit 2fb3294ce1

View File

@@ -28,6 +28,8 @@ metadata {
capability "Refresh" capability "Refresh"
capability "Music Player" capability "Music Player"
capability "Health Check" capability "Health Check"
capability "Sensor"
capability "Actuator"
/** /**
* Define all commands, ie, if you have a custom action not * Define all commands, ie, if you have a custom action not