From 55a7c5e0100b6d5ab3d5ed30a9e736ceccf72478 Mon Sep 17 00:00:00 2001 From: Hinaloe Date: Fri, 1 Dec 2023 18:39:04 +0900 Subject: [PATCH] Type of Lock is invalid name (#19) --- switchbot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switchbot.go b/switchbot.go index 1240aa5..cfb51bb 100644 --- a/switchbot.go +++ b/switchbot.go @@ -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