Skip to content

Commit 0d1f285

Browse files
committed
Update status property assignment and fixed tests
1 parent 892861a commit 0d1f285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArduinoCloudThing.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ enum permissionType {
1616
};
1717

1818
enum boolStatus {
19-
ON,
20-
OFF,
19+
ON = true,
20+
OFF = false,
2121
};
2222

2323
// allowed property types

0 commit comments

Comments
 (0)