mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-23 13:29:25 +00:00
Loxone support added (#1185)
* A separate socket for UDP api has been added. This uses the same API as HTML. Commands for Loxone were added to the API. * html files for udp api newly generated * codm pixel controller board configurations added to platformio.ini file * Parser for LX/LY commands adapted. Calculation of the values corrected. Segment handling for LX/LY removed. * Lox parser moved to own file. Lox parser added to the JSON api. Within a segment LX and LY are now supported. * serial port removed * F() macro added Co-authored-by: Marius Groos <marius.groos@codm.de>
This commit is contained in:
parent
cac974b8e1
commit
b10ab358da
13 changed files with 1910 additions and 1660 deletions
|
@ -316,6 +316,10 @@ void getSettingsJS(byte subPage, char* dest)
|
|||
sappend('c',SET_F("SA"),notifyAlexa);
|
||||
sappends('s',SET_F("BK"),(char*)((blynkEnabled)?SET_F("Hidden"):""));
|
||||
|
||||
// UDP Api
|
||||
sappend('c',"UAE",udpApiEnabled);
|
||||
sappend('v',"UAP",udpApiPort);
|
||||
|
||||
#ifdef WLED_ENABLE_MQTT
|
||||
sappend('c',SET_F("MQ"),mqttEnabled);
|
||||
sappends('s',SET_F("MS"),mqttServer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue