light: another ambiguous type

This commit is contained in:
Maxim Prokhorov
2022-11-17 23:01:40 +03:00
parent a437371408
commit ad603aa2c3

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) {