mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-03-21 09:48:39 +05:00
feat: Added support DHT11/DHT22 sensors
This commit is contained in:
@@ -39,6 +39,8 @@ public:
|
||||
NTC_10K_TEMP = 50,
|
||||
DALLAS_TEMP = 51,
|
||||
BLUETOOTH = 52,
|
||||
DHT11 = 53,
|
||||
DHT22 = 54,
|
||||
|
||||
HEATING_SETPOINT_TEMP = 253,
|
||||
MANUAL = 254,
|
||||
|
||||
Reference in New Issue
Block a user