Skip to content

Commit

Permalink
Add support for SHT31 for #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolee committed Mar 15, 2022
1 parent 7590a5b commit 8d27e40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/environment/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ module.exports = class Environment_Driver extends SensorDriver {
"plugin": 16,
"values": ["Temperature", "Humidity", "Pressure", "TVOC"]
},
{
"name": 'Environment - SHT30/31/35',
"plugin": 68,
"values": ["Temperature", "Humidity"]
},
{
"name": "Generic - Dummy Device",
"plugin": 33,
Expand Down

0 comments on commit 8d27e40

Please sign in to comment.