Skip to content

Commit

Permalink
Update 2020-12-28
Browse files Browse the repository at this point in the history
  • Loading branch information
hongtat committed Dec 28, 2020
1 parent 41c0509 commit 2cb32ee
Show file tree
Hide file tree
Showing 142 changed files with 3,224 additions and 1,750 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## SmartThings Capabilities

#### Last Update: 2020-12-11
#### Last Update: 2020-12-28

* [SmartThings Reference](https://smartthings.developer.samsung.com/docs/api-ref/capabilities.html)
* [SmartThings API](https://smartthings.developer.samsung.com/docs/api-ref/st-api.html#tag/capabilities)
Expand Down Expand Up @@ -72,6 +72,8 @@
| [Execute](./json/execute.json) | live | |
| [Fan Oscillation Mode](./json/fanOscillationMode.json) | proposed | [json](./json/fanOscillationModePresentation.json) |
| [Fan Speed](./json/fanSpeed.json) | live | [json](./json/fanSpeedPresentation.json) |
| [Feeder Operating State](./json/feederOperatingState.json) | proposed | |
| [Feeder Portion](./json/feederPortion.json) | proposed | |
| [Filter State](./json/filterState.json) | live | |
| [Filter Status](./json/filterStatus.json) | proposed | [json](./json/filterStatusPresentation.json) |
| [Fine Dust Health Concern](./json/fineDustHealthConcern.json) | proposed | [json](./json/fineDustHealthConcernPresentation.json) |
Expand Down Expand Up @@ -132,11 +134,11 @@
| [Radon Measurement](./json/radonMeasurement.json) | proposed | [json](./json/radonMeasurementPresentation.json) |
| [Rapid Cooling](./json/rapidCooling.json) | proposed | [json](./json/rapidCoolingPresentation.json) |
| [Refresh](./json/refresh.json) | live | [json](./json/refreshPresentation.json) |
| [Refrigeration](./json/refrigeration.json) | live | |
| [Refrigeration](./json/refrigeration.json) | live | [json](./json/refrigerationPresentation.json) |
| [Refrigeration Setpoint](./json/refrigerationSetpoint.json) | proposed | [json](./json/refrigerationSetpointPresentation.json) |
| [Relative Humidity Measurement](./json/relativeHumidityMeasurement.json) | live | [json](./json/relativeHumidityMeasurementPresentation.json) |
| [Relay Switch](./json/relaySwitch.json) | deprecated | |
| [Remote Control Status](./json/remoteControlStatus.json) | live | |
| [Remote Control Status](./json/remoteControlStatus.json) | live | [json](./json/remoteControlStatusPresentation.json) |
| [Robot Cleaner Cleaning Mode](./json/robotCleanerCleaningMode.json) | proposed | [json](./json/robotCleanerCleaningModePresentation.json) |
| [Robot Cleaner Movement](./json/robotCleanerMovement.json) | proposed | [json](./json/robotCleanerMovementPresentation.json) |
| [Robot Cleaner State](./json/robotCleanerState.json) | deprecated | |
Expand Down Expand Up @@ -199,6 +201,11 @@
| [Tvoc Measurement](./json/tvocMeasurement.json) | live | [json](./json/tvocMeasurementPresentation.json) |
| [Ultraviolet Index](./json/ultravioletIndex.json) | live | [json](./json/ultravioletIndexPresentation.json) |
| [Valve](./json/valve.json) | live | [json](./json/valvePresentation.json) |
| [Vehicle Engine](./json/vehicleEngine.json) | proposed | |
| [Vehicle Fuel Level](./json/vehicleFuelLevel.json) | proposed | |
| [Vehicle Odometer](./json/vehicleOdometer.json) | proposed | |
| [Vehicle Range](./json/vehicleRange.json) | proposed | |
| [Vehicle Tire Pressure Monitor](./json/vehicleTirePressureMonitor.json) | proposed | |
| [Very Fine Dust Health Concern](./json/veryFineDustHealthConcern.json) | proposed | [json](./json/veryFineDustHealthConcernPresentation.json) |
| [Very Fine Dust Sensor](./json/veryFineDustSensor.json) | live | [json](./json/veryFineDustSensorPresentation.json) |
| [Video Camera](./json/videoCamera.json) | live | [json](./json/videoCameraPresentation.json) |
Expand All @@ -218,4 +225,4 @@
| [Wireless Operating Mode](./json/wirelessOperatingMode.json) | proposed | [json](./json/wirelessOperatingModePresentation.json) |
| [Zw Multichannel](./json/zwMultichannel.json) | live | |
| [pH Measurement](./json/pHMeasurement.json) | live | [json](./json/pHMeasurementPresentation.json) |
| [webrtc](./json/webrtc.json) | proposed | |
| [webrtc](./json/webrtc.json) | live | |
19 changes: 10 additions & 9 deletions json/accelerationSensorPresentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"alternatives": [
{
"key": "active",
"value": "___PO_CODE_SMARTTHINGS_DREAM_SAC_SBODY_VIBRATION_DETECTED",
"value": "{{i18n.attributes.acceleration.i18n.value.active.label}}",
"type": "active"
},
{
"key": "inactive",
"value": "___PO_CODE_SMARTTHINGS_DREAM_SAC_SBODY_NO_VIBRATION",
"value": "{{i18n.attributes.acceleration.i18n.value.inactive.label}}",
"type": "inactive"
}
]
Expand All @@ -22,19 +22,19 @@
},
"detailView": [
{
"label": "___PO_CODE_SMARTTHINGS_DREAM_SAC_HEADER_VIBRATION_SENSOR",
"label": "{{i18n.label}}",
"displayType": "state",
"state": {
"label": "{{acceleration.value}}",
"alternatives": [
{
"key": "active",
"value": "___PO_CODE_SMARTTHINGS_DREAM_SAC_SBODY_VIBRATION_DETECTED",
"value": "{{i18n.attributes.acceleration.i18n.value.active.label}}",
"type": "active"
},
{
"key": "inactive",
"value": "___PO_CODE_SMARTTHINGS_DREAM_SAC_SBODY_NO_VIBRATION",
"value": "{{i18n.attributes.acceleration.i18n.value.inactive.label}}",
"type": "inactive"
}
]
Expand All @@ -44,22 +44,23 @@
"automation": {
"conditions": [
{
"label": "___PO_CODE_SMARTTHINGS_DREAM_SAC_HEADER_VIBRATION_SENSOR",
"label": "{{i18n.label}}",
"displayType": "list",
"list": {
"alternatives": [
{
"key": "active",
"value": "___PO_CODE_SMARTTHINGS_DREAM_SAC_SBODY_VIBRATION_DETECTED",
"value": "{{i18n.attributes.acceleration.i18n.value.active.label}}",
"type": "active"
},
{
"key": "inactive",
"value": "___PO_CODE_SMARTTHINGS_DREAM_SAC_SBODY_NO_VIBRATION",
"value": "{{i18n.attributes.acceleration.i18n.value.inactive.label}}",
"type": "inactive"
}
],
"value": "acceleration.value"
"value": "acceleration.value",
"multiSelection": false
}
}
],
Expand Down
Loading

0 comments on commit 2cb32ee

Please sign in to comment.