Skip to content

Commit

Permalink
Update temperature_sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Oct 27, 2024
1 parent 67a1fd8 commit f7f2038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circuitmatter/device_types/sensor/temperature_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
from circuitmatter.clusters.measurement.temperature_measurement import (
TemperatureMeasurement,
)

from .. import simple_device


"""Temperature sensor device with an random temperature."""
class TemperatureSensor(simple_device.SimpleDevice):
"""Temperature sensor device with an random temperature."""

DEVICE_TYPE_ID = 0x0302
REVISION = 2

Expand Down

0 comments on commit f7f2038

Please sign in to comment.