We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60ea69 commit ac60382Copy full SHA for ac60382
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