jimpastos / wink-relay-manager

Manage Wink Relay's native sensors and publish to MQTT
46 stars 24 forks source link

Allow controlling the screen #10

Closed jrfernandes closed 5 years ago

jrfernandes commented 5 years ago

It would be great if it would be possible to control the screen as well. The SmartThings integration makes it sound that this is possible:

https://community.smartthings.com/t/beta-wink-relay-custom-smartthings-integration/111732

Screen Backlight Control The screen backlight can be controlled with the screenBacklightOn() and > screenBacklightOff() commands. These can be called from other custom SmartApps like WebCoRE or SharpTools.

jimpastos commented 5 years ago

You can. Look at the control topics section on the readme. Sending a payload to /screen/ should allow you to turn the screen on/off

jrfernandes commented 5 years ago

Nice. Thank you and great work. :+1: