Skip to content

Commit

Permalink
Merge pull request #149 from shlomozippel/main
Browse files Browse the repository at this point in the history
Update json-api.md with udp broadcast send and receive groups
  • Loading branch information
blazoncek authored Aug 14, 2023
2 parents 4087088 + 4dfcfba commit 6708573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/interfaces/json-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ nl.tbri | 0 to 255 | Target brightness of nightlight feature
nl.rem | -1 to 15300 | Remaining nightlight duration in seconds, -1 if not active. Only in state response, can not be set.
udpn.send | bool | Send WLED broadcast (UDP sync) packet on state change
udpn.recv | bool | Receive broadcast packets
udpn.sgrp | 0 to 255 | Bitfield for broadcast send groups 1-8
udpn.rgrp | 0 to 255 | Bitfield for broadcast receive groups 1-8
udpn.nn | bool | Don't send a broadcast packet (applies to just the current API call). Not included in state response.
v | bool | If set to _true_ in a JSON POST command, the response will contain the full JSON state object. Not included in state response
rb | bool | If set to _true_, device will reboot immediately. Not included in state response.
Expand Down

0 comments on commit 6708573

Please sign in to comment.