diff --git a/JSON-API.md b/JSON-API.md index 1778d0a..394c5e5 100644 --- a/JSON-API.md +++ b/JSON-API.md @@ -157,7 +157,7 @@ leds.count | 1 to 1200 | Total LED count. 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.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. 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.