8000 Add P110M(AU) fixture (#1244) · python-kasa/python-kasa@d0a2ed7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0a2ed7

Browse files
authored
Add P110M(AU) fixture (#1244)
1 parent 412c65c commit d0a2ed7

File tree

4 files changed

+423
-2
lines changed

4 files changed

+423
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The following devices have been tested and confirmed as working. If your device
192192

193193
### Supported Tapo<sup>\*</sup> devices
194194

195-
- **Plugs**: P100, P110, P115, P125M, P135, TP15
195+
- **Plugs**: P100, P110, P110M, P115, P125M, P135, TP15
196196
- **Power Strips**: P300, P304M, TP25
197197
- **Wall Switches**: S500D, S505, S505D
198198
- **Bulbs**: L510B, L510E, L530E, L630

SUPPORTED.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ All Tapo devices require authentication.<br>Hub-Connected Devices may work acros
186186
- Hardware: 1.0 (EU) / Firmware: 1.0.7
187187
- Hardware: 1.0 (EU) / Firmware: 1.2.3
188188
- Hardware: 1.0 (UK) / Firmware: 1.3.0
189+
- **P110M**
190+
- Hardware: 1.0 (AU) / Firmware: 1.2.3
189191
- **P115**
190192
- Hardware: 1.0 (EU) / Firmware: 1.2.3
191193
- **P125M**

tests/device_fixtures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
PLUGS_SMART = {
8585
"P100",
8686
"P110",
87+
"P110M",
8788
"P115",
8889
"KP125M",
8990
"EP25",
@@ -124,7 +125,7 @@
124125
THERMOSTATS_SMART = {"KE100"}
125126

126127
WITH_EMETER_IOT = {"HS110", "HS300", "KP115", "KP125", *BULBS_IOT}
127-
WITH_EMETER_SMART = {"P110", "P115", "KP125M", "EP25", "P304M"}
128+
WITH_EMETER_SMART = {"P110", "P110M", "P115", "KP125M", "EP25", "P304M"}
128129
WITH_EMETER = {*WITH_EMETER_IOT, *WITH_EMETER_SMART}
129130

130131
DIMMABLE = {*BULBS, *DIMMERS}

0 commit comments

Comments
 (0)
0