Skip to content

Commit 0a1bb5a

Browse files
Lord-GreyCopilot
andauthored
LedDevicePhilipsHue.cpp aktualisieren
Co-authored-by: Copilot <[email protected]>
1 parent 40d1fc2 commit 0a1bb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsrc/leddevice/dev_net/LedDevicePhilipsHue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ QJsonObject LedDevicePhilipsHueBridge::getProperties(const QJsonObject& params)
14161416
httpResponse response = _restApi->get();
14171417
if (response.error())
14181418
{
1419-
Warning(_log, "%s get properties for bridge-id: [%s] failed with error: '%s'", QSTRING_CSTR(_activeDeviceType), QSTRING_CSTR(getBridgeId()), QSTRING_CSTR(response.getErrorReason()));
1419+
Warning(_log, "%s get properties for bridge-id: [%s] failed with error: '%s'", QSTRING_CSTR(_activeDeviceType), QSTRING_CSTR(getBridgeId()), QSTRING_CSTR(response.getErrorReason()));
14201420
}
14211421
properties.insert("properties", response.getBody().object());
14221422
properties.insert("isEntertainmentReady",_isHueEntertainmentReady);

0 commit comments

Comments
 (0)