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 17, 2024
1 parent bf87691 commit 5dfe723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circuitmatter/device_types/measurement/temperature_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ def __init__(self, name):

self._temp = TemperatureMeasurement()
self.servers.append(self._temp)

self._temp.MeasuredValue = 1850 # 18.5°C * 100

0 comments on commit 5dfe723

Please sign in to comment.