Skip to content

Commit

Permalink
Added Remote Control Status Capability
Browse files Browse the repository at this point in the history
  • Loading branch information
veista committed Jan 14, 2022
1 parent 44ebeac commit 97750bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/smartthings/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@
"custom.cooktopOperatingState": [
Map("cooktopOperatingState", "Cooktop State", None, None, None, None)
],
"remoteControlStatus": [
Map("remoteControlEnabled", "Remote Control Enabled", None, None, None, None)
],
"samsungce.doorState": [
Map("doorState", "Oven Door State", None, None, None, None)
],
Expand Down

0 comments on commit 97750bb

Please sign in to comment.