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

@@ -25,11 +25,11 @@ class Time(SmartModule):
self._add_feature(
Feature(
device=device,
id="time",
name="Time",
id="device_time",
name="Device time",
attribute_getter="time",
container=self,
category=Feature.Category.Debug,
category=Feature.Category.Info,
)
)