mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Update mode, time, rssi and report_interval feature names/units (#995)
This commit is contained in:
@@ -79,8 +79,8 @@ class TemperatureControl(SmartModule):
|
||||
self._add_feature(
|
||||
Feature(
|
||||
device,
|
||||
id="mode",
|
||||
name="Mode",
|
||||
id="thermostat_mode",
|
||||
name="Thermostat mode",
|
||||
container=self,
|
||||
attribute_getter="mode",
|
||||
category=Feature.Category.Primary,
|
||||
|
Reference in New Issue
Block a user