Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update json-api.md with udp broadcast send and receive groups #1

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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