xs1_api_client.device.sensor package¶
Module contents¶
-
class
xs1_api_client.device.sensor.XS1Sensor(state, api)[source]¶ Bases:
xs1_api_client.device.XS1DeviceRepresents a XS1 Sensor
-
set_name(name: str)[source]¶ Sets a new name for this device. Keep in mind that there are some limitations for a device name.
Parameters: name – the new name to set Returns: the new name of the sensor
-