Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Aug 23, 2024
1 parent 8402b87 commit 2a18f6e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,11 @@ class Telemetry : public PluginBase {
*/
Health health() const;

/**
* @brief Poll for 'sys_status_sensors' (blocking).
*
* @return One SysStatusSensors update.
*/
SysStatusSensors sys_status_sensors() const;

/**
Expand Down

0 comments on commit 2a18f6e

Please sign in to comment.