Add fixtures for KS200M (#356)

This commit is contained in:
gritstub 2022-06-28 09:53:23 -07:00 committed by GitHub
parent d7295bdf6d
commit 57fac9a156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 97 additions and 0 deletions

View File

@ -139,6 +139,7 @@ or the `parse_pcap.py` script contained inside the `devtools` directory.
* HS200
* HS210
* HS220
* KS200M
* KS220M
* KS230

View File

@ -53,6 +53,7 @@ PLUGS = {
"KP115",
"KP125",
"KP401",
"KS200M",
}
STRIPS = {"HS107", "HS300", "KP303", "KP400", "EP40"}
DIMMERS = {"ES20M", "HS220", "KS220M", "KS230"}

View File

@ -0,0 +1,95 @@
{
"smartlife.iot.LAS": {
"get_config": {
"devs": [
{
"dark_index": 4,
"enable": 1,
"hw_id": 0,
"level_array": [
{
"adc": 390,
"name": "cloudy",
"value": 15
},
{
"adc": 300,
"name": "overcast",
"value": 12
},
{
"adc": 222,
"name": "dawn",
"value": 9
},
{
"adc": 220,
"name": "twilight",
"value": 8
},
{
"adc": 98,
"name": "total darkness",
"value": 4
},
{
"adc": 2400,
"name": "custom",
"value": 97
}
],
"max_adc": 2450,
"min_adc": 0
}
],
"err_code": 0,
"ver": "1.0"
}
},
"smartlife.iot.PIR": {
"get_config": {
"array": [
80,
50,
20,
0
],
"cold_time": 600000,
"enable": 1,
"err_code": 0,
"max_adc": 4095,
"min_adc": 0,
"trigger_index": 1,
"version": "1.0"
}
},
"system": {
"get_sysinfo": {
"active_mode": "none",
"alias": "Test KS200M",
"dev_name": "Smart Light Switch with PIR",
"deviceId": "0000000000000000000000000000000000000000",
"err_code": 0,
"feature": "TIM",
"hwId": "00000000000000000000000000000000",
"hw_ver": "1.0",
"icon_hash": "",
"latitude_i": 0,
"led_off": 0,
"longitude_i": 0,
"mac": "00:00:00:00:00:00",
"mic_type": "IOT.SMARTPLUGSWITCH",
"model": "KS200M(US)",
"next_action": {
"type": -1
},
"oemId": "00000000000000000000000000000000",
"on_time": 0,
"relay_state": 0,
"rssi": -66,
"status": "new",
"sw_ver": "1.0.8 Build 211201 Rel.125056",
"updating": 0
}
}
}