Update SmartThings switch platform docs (#8713)

This commit is contained in:
Andrew Sayre 2019-02-25 08:52:57 -06:00 committed by Martin Hjelmare
parent 2d93a61b43
commit 24b8678a90

View File

@ -248,7 +248,13 @@ The SmartThings Sensor platform lets your view devices that have sensor-related
### {% linkable_title Switch %} ### {% linkable_title Switch %}
The SmartThings Switch platform lets you control devices that have the [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) capability that are not already represented by a more specific platform. The SmartThings Switch platform lets you control devices that have the [`switch`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Switch) capability that are not already represented by a more specific platform. The following optional capabilities will provide energy and power utilization information:
| Capability |Switch Features
|-------------------------------------|--------------------------------------------|
| [`energyMeter`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Energy-Meter) | energy consumption (`today_energy_kwh` state attribute)
| [`powerMeter`](https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Power-Meter) | power consumption (`current_power_w` state attribute)
## {% linkable_title Troubleshooting %} ## {% linkable_title Troubleshooting %}