Updated JSON API (markdown)

master
Aircoookie 2019-12-29 15:01:39 +01:00
rodzic f10bd6b8f4
commit acbf50292a
1 zmienionych plików z 1 dodań i 1 usunięć

@ -157,7 +157,7 @@ leds.count | 1 to 1200 | Total LED count.
leds.rgbw | bool | `true` if LEDs are 4-channel (RGBW). leds.rgbw | bool | `true` if LEDs are 4-channel (RGBW).
leds.pin | byte array | LED strip pin(s). In 0.8.4, always one element. leds.pin | byte array | LED strip pin(s). In 0.8.4, always one element.
leds.pwr | 0 to 65000 | Current LED power usage in milliamps as determined by the ABL. `0` if ABL is disabled. leds.pwr | 0 to 65000 | Current LED power usage in milliamps as determined by the ABL. `0` if ABL is disabled.
leds.maxpwr | 0 to 65000 | Maximum power budget in milliamps for the ABL. `65000` if ABL is disabled. leds.maxpwr | 0 to 65000 | Maximum power budget in milliamps for the ABL. `0` if ABL is disabled.
leds.maxseg | byte | Maximum number of segments supported by this version. leds.maxseg | byte | Maximum number of segments supported by this version.
name | string | Friendly name of the light. Intended for display in lists and titles. name | string | Friendly name of the light. Intended for display in lists and titles.
udpport | uint16 | The UDP port for realtime packets and WLED broadcast. udpport | uint16 | The UDP port for realtime packets and WLED broadcast.