File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -563,20 +563,18 @@ message ModuleConfig {
563
563
uint32 air_quality_interval = 7 ;
564
564
565
565
/*
566
- * Interval in seconds of how often we should try to send our
567
- * air quality metrics to the mesh
566
+ * Enable/disable Power metrics
568
567
*/
569
568
bool power_measurement_enabled = 8 ;
570
569
571
570
/*
572
571
* Interval in seconds of how often we should try to send our
573
- * air quality metrics to the mesh
572
+ * power metrics to the mesh
574
573
*/
575
574
uint32 power_update_interval = 9 ;
576
575
577
576
/*
578
- * Interval in seconds of how often we should try to send our
579
- * air quality metrics to the mesh
577
+ * Enable/Disable the power measurement module on-device display
580
578
*/
581
579
bool power_screen_enabled = 10 ;
582
580
@@ -591,6 +589,11 @@ message ModuleConfig {
591
589
* health metrics to the mesh
592
590
*/
593
591
uint32 health_update_interval = 12 ;
592
+
593
+ /*
594
+ * Enable/Disable the health telemetry module on-device display
595
+ */
596
+ bool health_screen_enabled = 13 ;
594
597
}
595
598
596
599
/*
You can’t perform that action at this time.
0 commit comments