Replies: 1 comment
-
The following (Python) Code should do the API thing: #Copyright (c) 2024 Christian Gräser #Permission is hereby granted, free of charge, to any person obtaining a copy #The above copyright notice and this permission notice shall be included in all #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR import sys IP="192.168.2.71" # CHANGE TO YOUR DISPLAY IP HERE! ws = create_connection('ws://'+IP+'/ws') |
Beta Was this translation helpful? Give feedback.
-
The device is controllable from it's own Web interface.
I like to control it i.e. by a smart home system. I like to chose the built in fuctions and to control the brightness by aother machine.
Is there any description how to do this by http get requests or other API like MQTT JSON...?
Beta Was this translation helpful? Give feedback.
All reactions