This commit is contained in:
sylvieee-iot 2024-05-02 22:43:11 +03:00 committed by GitHub
parent 77959faca5
commit fb26e5ab0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,6 @@ int main(int argc, char *argv[]) {
std::vector<DeviceClass> myDevices = client.getDevices();
if (myDevices.size() > 0) {
client.sendScalar(myDevices[0], 0.5);
client.sendScalar(myDevices[1], 0.5);
}
std::this_thread::sleep_for(std::chrono::milliseconds(2000));