Update mode, time, rssi and report_interval feature names/units (#995)

This commit is contained in:
Steven B
2024-06-21 17:42:43 +01:00
committed by GitHub
parent ac1e81dc17
commit e083449049
8 changed files with 12 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ class ReportMode(SmartModule):
name="Report interval",
container=self,
attribute_getter="report_interval",
unit="s",
category=Feature.Category.Debug,
)
)