Demote device_time back to debug (#1001)

Reverts unintentional change of feature category for device_time.
This commit is contained in:
Teemu R 2024-06-23 08:39:34 +02:00 committed by GitHub
parent f041f9d7e9
commit 1b619effe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ class Time(SmartModule):
name="Device time",
attribute_getter="time",
container=self,
category=Feature.Category.Info,
category=Feature.Category.Debug,
)
)