8000 Update TC65 fixture (#1225) · python-kasa/python-kasa@8969b54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8969b54

Browse files
authored
Update TC65 fixture (#1225)
1 parent 7335a7d commit 8969b54

File tree

1 file changed

+135
-7
lines changed

1 file changed

+135
-7
lines changed

kasa/tests/fixtures/smartcamera/TC65_1.0_1.3.9.json

Lines changed: 135 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"connect_type": "wireless",
66
"device_id": "0000000000000000000000000000000000000000",
77
"http_port": 443,
8+
"last_alarm_time": "1698149810",
9+
"last_alarm_type": "motion",
810
"owner": "00000000000000000000000000000000",
911
"sd_status": "offline"
1012
},
@@ -40,6 +42,132 @@
4042
}
4143
}
4244
},
45+
"getAppComponentList": {
46+
"app_component": {
47+
"app_component_list": [
48+
{
49+
"name": "sdCard",
50+
"version": 1
51+
},
52+
{
53+
"name": "timezone",
54+
"version": 1
55+
},
56+
{
57+
"name": "system",
58+
"version": 4
59+
},
60+
{
61+
"name": "led",
62+
"version": 1
63+
},
64+
{
65+
"name": "playback",
66+
"version": 4
67+
},
68+
{
69+
"name": "detection",
70+
"version": 3
71+
},
72+
{
73+
"name": "alert",
74+
"version": 1
75+
},
76+
{
77+
"name": "firmware",
78+
"version": 2
79+
},
80+
{
81+
"name": "account",
82+
"version": 1
83+
},
84+
{
85+
"name": "quickSetup",
86+
"version": 1
87+
},
88+
{
89+
"name": "video",
90+
"version": 2
91+
},
92+
{
93+
"name": "lensMask",
94+
"version": 2
95+
},
96+
{
97+
"name": "lightFrequency",
98+
"version": 1
99+
},
100+
{
101+
"name": "dayNightMode",
102+
"version": 1
103+
},
104+
{
105+
"name": "osd",
106+
"version": 2
107+
},
108+
{
109+
"name": "record",
110+
"version": 1
111+
},
112+
{
113+
"name": "videoRotation",
114+
"version": 1
115+
},
116+
{
117+
"name": "audio",
118+
"version": 2
119+
},
120+
{
121+
"name": "diagnose",
122+
"version": 1
123+
},
124+
{
125+
"name": "msgPush",
126+
"version": 3
127+
},
128+
{
129+
"name": "intrusionDetection",
130+
"version": 2
131+
},
132+
{
133+
"name": "linecrossingDetection",
134+
"version": 2
135+
},
136+
{
137+
"name": "deviceShare",
138+
"version": 1
139+
},
140+
{
141+
"name": "tamperDetection",
142+
"version": 1
143+
},
144+
{
145+
"name": "tapoCare",
146+
"version": 1
147+
},
148+
{
149+
"name": "blockZone",
150+
"version": 1
151+
},
152+
{
153+
"name": "personDetection",
154+
"version": 2
155+
},
156+
{
157+
"name": "needSubscriptionServiceList",
158+
"version": 1
159+
},
160+
{
161+
"name": "iotCloud",
162+
"version": 1
163+
},
164+
{
165+
"name": "recordDownload",
166+
"version": 1
167+
}
168+
]
169+
}
170+
},
43171
"getAudioConfig": {
44172
"audio_config": {
45173
"microphone": {
@@ -71,15 +199,15 @@
71199
"getClockStatus": {
72200
"system": {
73201
"clock_status": {
74-
"local_time": "2024-10-27 16:56:20",
75-
"seconds_from_1970": 1730044580
202+
"local_time": "2024-11-01 16:10:28",
203+
"seconds_from_1970": 1730473828
76204
}
77205
}
78206
},
79207
"getConnectionType": {
80208
"link_type": "wifi",
81209
"rssi": "3",
82-
"rssiValue": -57,
210+
"rssiValue": -58,
83211
"ssid": "I01BU0tFRF9TU0lEIw=="
84212
},
85213
"getDetectionConfig": {
@@ -96,7 +224,7 @@
96224
"getDeviceInfo": {
97225
"device_info": {
98226
"basic_info": {
99-
"avatar": "Baby room",
227+
"avatar": "room",
100228
"barcode": "",
101229
"dev_id": "0000000000000000000000000000000000000000",
102230
"device_alias": "#MASKED_NAME#",
@@ -140,8 +268,8 @@
140268
"getLastAlarmInfo": {
141269
"system": {
142270
"last_alarm_info": {
143-
"last_alarm_time": "",
144-
"last_alarm_type": ""
271+
"last_alarm_time": "1698149810",
272+
"last_alarm_type": "motion"
145273
}
146274
}
147275
},
@@ -275,7 +403,7 @@
275403
"chn1_msg_push_info": {
276404
".name": "chn1_msg_push_info",
277405
".type": "on_off",
278-
"notification_enabled": "off",
406+
"notification_enabled": "on",
279407
"rich_notification_enabled": "off"
280408
}
281409
}

0 commit comments

Comments
 (0)
0