Skip to content

Commit

Permalink
Type of Lock is invalid name (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinaloe authored Dec 1, 2023
1 parent 9e499ac commit 55a7c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switchbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const (
// PlugMiniJP is SwitchBot Plug Mini (JP) Model No. W2001400
PlugMiniJP PhysicalDeviceType = "Plug Mini (JP)"
// Lock is SwitchBot Lock Model No. W1601700
Lock PhysicalDeviceType = "Lock"
Lock PhysicalDeviceType = "Smart Lock"
// RobotVacuumCleanerS1 is SwitchBot Robot Vacuum Cleaner S1 Model No. W3011000; currently only available in Japan
RobotVacuumCleanerS1 PhysicalDeviceType = "Robot Vacuum Cleaner S1"
// RobotVacuumCleanerS1Plus is SwitchBot Robot Vacuum Cleaner S1 Plus Model No. W3011010; currently only available in Japan
Expand Down

0 comments on commit 55a7c5e

Please sign in to comment.