Skip to content

Commit 70d1998

Browse files
authored
Update SinricProBlinds.h (#202)
Code was not working as presented on the library available in the Arduino IDE Library Manager.
1 parent 6e2b904 commit 70d1998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SinricProBlinds.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class SinricProBlinds : public SinricProDevice,
3232
friend class PowerStateController<SinricProBlinds>;
3333
friend class RangeController<SinricProBlinds>;
3434
public:
35-
SinricProBlinds(const DeviceId &deviceId) : SinricProDevice(deviceId, "BLIND"){};
35+
SinricProBlinds(const String &deviceId) : SinricProDevice(deviceId, "BLIND"){}
3636
};
3737

38-
} // SINRICPRO_NAMESPACE
38+
} // SINRICPRO_NAMESPACE

0 commit comments

Comments
 (0)