Explorar o código

smartswitchv1: add overcurrent dp to tests

Jason Rumney %!s(int64=3) %!d(string=hai) anos
pai
achega
9d66ecb9e5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/devices/test_smartplugv1.py

+ 1 - 0
tests/devices/test_smartplugv1.py

@@ -21,6 +21,7 @@ TIMER_DPS = "2"
 CURRENT_DPS = "4"
 CURRENT_DPS = "4"
 POWER_DPS = "5"
 POWER_DPS = "5"
 VOLTAGE_DPS = "6"
 VOLTAGE_DPS = "6"
+OVERCURRENT_DPS = "7"
 
 
 
 
 class TestKoganSwitch(
 class TestKoganSwitch(