mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-15 04:37:07 +01:00
light: another ambiguous type
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user