File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ unsigned long long getEpochMillis() {
7474}
7575
7676// function to publish payload to device shadow
77- boolean publishToDeviceShadow () {
77+ bool publishToDeviceShadow () {
7878 static int sequence = 0 ;
7979 unsigned long long milliseconds = 0 ;
8080 char deviceShadowStream[] = " device_shadow" ;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ unsigned long long getEpochMillis() {
8989}
9090
9191// function to publish payload to device shadow
92- boolean publishToDeviceShadow () {
92+ bool publishToDeviceShadow () {
9393 static int sequence = 0 ;
9494 unsigned long long milliseconds = 0 ;
9595 char ledStatus[200 ] = " " ;
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ unsigned long long getEpochMillis() {
7777}
7878
7979// function to publish payload to device shadow
80- boolean publishToDeviceShadow () {
80+ bool publishToDeviceShadow () {
8181 static int sequence = 0 ;
8282 unsigned long long milliseconds = 0 ;
8383 char ledStatus[200 ] = " " ;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ unsigned long long getEpochMillis() {
8989}
9090
9191// function to publish payload to device shadow
92- boolean publishToDeviceShadow () {
92+ bool publishToDeviceShadow () {
9393 static int sequence = 0 ;
9494 unsigned long long milliseconds = 0 ;
9595 char ledStatus[200 ] = " " ;
You can’t perform that action at this time.
0 commit comments