소스 검색

smartswitchv1: add overcurrent dp to tests

Jason Rumney 3 년 전
부모
커밋
9d66ecb9e5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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(