Skip to content

Commit

Permalink
Fix temperature_sensor device revision
Browse files Browse the repository at this point in the history
Fix temperature_sensor device revision to match 1.3 specs
  • Loading branch information
lboue authored Oct 27, 2024
1 parent 734fd1d commit b5066df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuitmatter/device_types/sensor/temperature_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class TemperatureSensor(simple_device.SimpleDevice):
DEVICE_TYPE_ID = 0x0302
REVISION = 4
REVISION = 2

def __init__(self, name):
super().__init__(name)
Expand Down

0 comments on commit b5066df

Please sign in to comment.