Update hueplusplus dependency to 1.2.0
This commit is contained in:
parent
bb6f8e2ddd
commit
0d6ae64b24
153 changed files with 305 additions and 23091 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include "KasaSmartController.h"
|
||||
#include "json.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
#include "hsv.h"
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
|
@ -273,7 +273,7 @@ void KasaSmartController::SetEffect(std::string effect)
|
|||
is_initialized = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
std::string response;
|
||||
KasaSmartController::SendCommand(effect, response);
|
||||
port.tcp_close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue