We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26df78c commit 1cf2c99Copy full SHA for 1cf2c99
src/message/Commands.h
@@ -38,7 +38,7 @@
38
enum CommandId: MessageId {
39
40
/* Device commands */
41
- DeviceBeginCmdId = 1,
+ DeviceBeginCmdId = ArduinoIOTCloudStartMessageId,
42
ThingBeginCmdId,
43
ThingUpdateCmdId,
44
ThingDetachCmdId,
0 commit comments