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 0b87b2b commit 45787b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions circuitmatter/device_types/measurement/temperature_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ def __init__(self, name):
self._temp.MeasuredValue = random.randint(
1500, 2500
) # Random temp between 15°C and 25°C


0 comments on commit 45787b6

Please sign in to comment.