Skip to content

Commit

Permalink
Send sensordata with current state
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Aug 1, 2021
1 parent cdccb1f commit 3a34fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hasp/hasp_dispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ void dispatch_current_state(uint8_t source)
dispatch_statusupdate(NULL, NULL, source);
dispatch_idle(NULL, NULL, source);
dispatch_current_page();
dispatch_send_sensordata(NULL, NULL, source);
dispatch_send_discovery(NULL, NULL, source);
}

Expand Down

0 comments on commit 3a34fe2

Please sign in to comment.