mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2026-03-20 03:41:02 +00:00
Fixing format problem in LEDS command.
This commit is contained in:
@@ -609,7 +609,7 @@ void RESTAPI_device_commandHandler::LEDs(Poco::Net::HTTPServerRequest &Request,
|
||||
|
||||
auto Duration = Get(uCentral::uCentralProtocol::DURATION, Obj, 30);
|
||||
auto When = GetWhen(Obj);
|
||||
Logger_.information(Poco::format("LEDS(%s): Pattern:%s Duration: %d", SerialNumber_, Pattern, Duration));
|
||||
Logger_.information(Poco::format("LEDS(%s): Pattern:%s Duration: %Lu", SerialNumber_, Pattern, Duration));
|
||||
|
||||
uCentral::Objects::CommandDetails Cmd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user