Add fixtures for KP100 (#343)

* Add fixtures for KP100

* readme
This commit is contained in:
J. Nick Koston 2022-05-11 09:02:17 -05:00 committed by GitHub
parent 604520dcaf
commit 8e6cfd003e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 0 deletions

View File

@ -119,6 +119,7 @@ or the `parse_pcap.py` script contained inside the `devtools` directory.
* HS105
* HS107
* HS110
* KP100
* KP105
* KP115
* KP401

View File

@ -48,6 +48,7 @@ PLUGS = {
"HS200",
"HS210",
"EP10",
"KP100",
"KP115",
"KP105",
"KP401",

View File

@ -0,0 +1,31 @@
{
"system": {
"get_sysinfo": {
"active_mode": "none",
"alias": "Kasa",
"dev_name": "Smart Wi-Fi Plug Mini",
"deviceId": "0000000000000000000000000000000000000000",
"err_code": 0,
"feature": "TIM",
"hwId": "00000000000000000000000000000000",
"hw_ver": "3.0",
"icon_hash": "",
"latitude_i": 0,
"led_off": 0,
"longitude_i": 0,
"mac": "00:00:00:00:00:00",
"mic_type": "IOT.SMARTPLUGSWITCH",
"model": "KP100(US)",
"next_action": {
"type": -1
},
"oemId": "00000000000000000000000000000000",
"on_time": 523,
"relay_state": 1,
"rssi": -60,
"status": "new",
"sw_ver": "1.0.1 Build 200831 Rel.142128",
"updating": 0
}
}
}