Browse Source

light: another ambiguous type

pull/2558/head
Maxim Prokhorov 1 year ago
parent
commit
ad603aa2c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/light.cpp

+ 1
- 1
code/espurna/light.cpp View File

@ -2586,7 +2586,7 @@ void _lightWebSocketOnVisible(JsonObject& root) {
const auto Channels = _light_channels.size();
for (size_t index = 0; index < Channels; ++index) {
channels.add(_lightTag(Channels, index));
channels.add(String(_lightTag(Channels, index)));
}
if (_light_use_cct) {


Loading…
Cancel
Save