File tree 2 files changed +97
-0
lines changed
2 files changed +97
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ Some newer Kasa devices require authentication. These are marked with <sup>*</su
86
86
- Hardware: 1.0 (US) / Firmware: 1.0.6
87
87
- ** KS200M**
88
88
- Hardware: 1.0 (US) / Firmware: 1.0.11
89
+ - Hardware: 1.0 (US) / Firmware: 1.0.12
89
90
- Hardware: 1.0 (US) / Firmware: 1.0.8
90
91
- ** KS205**
91
92
- Hardware: 1.0 (US) / Firmware: 1.0.2<sup >\* </sup >
Original file line number Diff line number Diff line change
1
+ {
2
+ "smartlife.iot.LAS" : {
3
+ "get_config" : {
4
+ "devs" : [
5
+ {
6
+ "dark_index" : 0 ,
7
+ "enable" : 1 ,
8
+ "hw_id" : 0 ,
9
+ "level_array" : [
10
+ {
11
+ "adc" : 390 ,
12
+ "name" : " cloudy" ,
13
+ "value" : 15
14
+ },
15
+ {
16
+ "adc" : 300 ,
17
+ "name" : " overcast" ,
18
+ "value" : 11
19
+ },
20
+ {
21
+ "adc" : 222 ,
22
+ "name" : " dawn" ,
23
+ "value" : 8
24
+ },
25
+ {
26
+ "adc" : 222 ,
27
+ "name" : " twilight" ,
28
+ "value" : 8
29
+ },
30
+ {
31
+ "adc" : 111 ,
32
+ "name" : " total darkness" ,
33
+ "value" : 4
34
+ },
35
+ {
36
+ "adc" : 2400 ,
37
+ "name" : " custom" ,
38
+ "value" : 94
39
+ }
40
+ ],
41
+ "max_adc" : 2550 ,
42
+ "min_adc" : 0
43
+ }
44
+ ],
45
+ "err_code" : 0 ,
46
+ "ver" : " 1.0"
47
+ }
48
+ },
49
+ "smartlife.iot.PIR" : {
50
+ "get_config" : {
51
+ "array" : [
52
+ 80 ,
53
+ 50 ,
54
+ 20 ,
55
+ 0
56
+ ],
57
+ "cold_time" : 600000 ,
58
+ "enable" : 1 ,
59
+ "err_code" : 0 ,
60
+ "max_adc" : 4095 ,
61
+ "min_adc" : 0 ,
62
+ "trigger_index" : 1 ,
63
+ "version" : " 1.0"
64
+ }
65
+ },
66
+ "system" : {
67
+ "get_sysinfo" : {
68
+ "active_mode" : " none" ,
69
+ "alias" : " #MASKED_NAME#" ,
70
+ "dev_name" : " Smart Light Switch with PIR" ,
71
+ "deviceId" : " 0000000000000000000000000000000000000000" ,
72
+ "err_code" : 0 ,
73
+ "feature" : " TIM" ,
74
+ "hwId" : " 00000000000000000000000000000000" ,
75
+ "hw_ver" : " 1.0" ,
76
+ "icon_hash" : " " ,
77
+ "latitude_i" : 0 ,
78
+ "led_off" : 0 ,
79
+ "longitude_i" : 0 ,
80
+ "mac" : " 98:25:4A:00:00:00" ,
81
+ "mic_type" : " IOT.SMARTPLUGSWITCH" ,
82
+ "model" : " KS200M(US)" ,
83
+ "next_action" : {
84
+ "type" : -1
85
+ },
86
+ "obd_src" : " tplink" ,
87
+ "oemId" : " 00000000000000000000000000000000" ,
88
+ "on_time" : 0 ,
89
+ "relay_state" : 0 ,
90
+ "rssi" : -55 ,
91
+ "status" : " new" ,
92
+ "sw_ver" : " 1.0.12 Build 240507 Rel.143458" ,
93
+ "updating" : 0
94
+ }
95
+ }
96
+ }
You can’t perform that action at this time.
0 commit comments