Skip to content

Commit

Permalink
Add MeterProCO2, Fix MeterPro (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikuradon authored Dec 10, 2024
1 parent 755254e commit cf8c76a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion switchbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ const (
PanTiltCam2K PhysicalDeviceType = "Pan/Tilt Cam 2K"
// BlindTilt is SwitchBot Blind Tilt Model No. W2701600
BlindTilt PhysicalDeviceType = "Blind Tilt"
// MeterPro is SwitchBot CO2 Sensor Model No. W4900010
// MeterPro is SwitchBot Thermometer and Hygrometer Pro Model No. W4900000
MeterPro PhysicalDeviceType = "MeterPro"
// MeterPro(CO2) is SwitchBot CO2 Sensor Model No. W4900010
MeterProCO2 PhysicalDeviceType = "MeterPro(CO2)"
)

type VirtualDeviceType string
Expand Down

0 comments on commit cf8c76a

Please sign in to comment.