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 27ec545 commit 67a1fd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circuitmatter/device_types/sensor/temperature_sensor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: Copyright (c) 2024 Scott Shawcroft for Adafruit Industries
#
# SPDX-License-Identifier: MIT

"""Temperature sensor device with an random temperature."""

import random

from circuitmatter.clusters.general.identify import Identify
Expand All @@ -7,6 +13,7 @@
from .. import simple_device


"""Temperature sensor device with an random temperature."""
class TemperatureSensor(simple_device.SimpleDevice):
DEVICE_TYPE_ID = 0x0302
REVISION = 2
Expand Down

0 comments on commit 67a1fd8

Please sign in to comment.