tomblo 1 Share Posted August 25, 2020 I'm new in this space and send a warm welcome to the community ! I play around with these Quick App's for a while, but unfortunately I don't get it Actually the requirement is quite simple: with Json I can control my Elgato Key Lights (https://www.elgato.com/de/gaming/key-light) on http://x.x.x.x:9123/elgato/lights. to switch on with json { "lights": [ { "on": 1 } ] } to switch off with json { "lights": [ { "on": 0 } ] } would be very grateful if you could help me briefly. Regards tom 1 Quote Link to post Share on other sites
tomblo 1 Author Share Posted September 7, 2020 does everyone steer devices by Rest API? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.