mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-10-30 20:21:54 +00:00 
			
		
		
		
	Add KP400(US) v1.0.4 fixture (#1051)
This commit is contained in:
		| @@ -66,6 +66,7 @@ Some newer Kasa devices require authentication. These are marked with <sup>*</su | ||||
|   - Hardware: 1.0 (US) / Firmware: 1.0.10 | ||||
|   - Hardware: 2.0 (US) / Firmware: 1.0.6 | ||||
|   - Hardware: 3.0 (US) / Firmware: 1.0.3 | ||||
|   - Hardware: 3.0 (US) / Firmware: 1.0.4 | ||||
|  | ||||
| ### Wall Switches | ||||
|  | ||||
|   | ||||
							
								
								
									
										46
									
								
								kasa/tests/fixtures/KP400(US)_3.0_1.0.4.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								kasa/tests/fixtures/KP400(US)_3.0_1.0.4.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | ||||
| { | ||||
|     "system": { | ||||
|         "get_sysinfo": { | ||||
|             "alias": "#MASKED_NAME#", | ||||
|             "child_num": 2, | ||||
|             "children": [ | ||||
|                 { | ||||
|                     "alias": "#MASKED_NAME#", | ||||
|                     "id": "8006521377E30159055A751347B5A5E321A8D0A100", | ||||
|                     "next_action": { | ||||
|                         "type": -1 | ||||
|                     }, | ||||
|                     "on_time": 0, | ||||
|                     "state": 0 | ||||
|                 }, | ||||
|                 { | ||||
|                     "alias": "#MASKED_NAME#", | ||||
|                     "id": "8006521377E30159055A751347B5A5E321A8D0A101", | ||||
|                     "next_action": { | ||||
|                         "type": -1 | ||||
|                     }, | ||||
|                     "on_time": 0, | ||||
|                     "state": 0 | ||||
|                 } | ||||
|             ], | ||||
|             "deviceId": "0000000000000000000000000000000000000000", | ||||
|             "err_code": 0, | ||||
|             "feature": "TIM", | ||||
|             "hwId": "00000000000000000000000000000000", | ||||
|             "hw_ver": "3.0", | ||||
|             "latitude_i": 0, | ||||
|             "led_off": 0, | ||||
|             "longitude_i": 0, | ||||
|             "mac": "3C:52:A1:00:00:00", | ||||
|             "mic_type": "IOT.SMARTPLUGSWITCH", | ||||
|             "model": "KP400(US)", | ||||
|             "ntc_state": 0, | ||||
|             "obd_src": "tplink", | ||||
|             "oemId": "00000000000000000000000000000000", | ||||
|             "rssi": -69, | ||||
|             "status": "new", | ||||
|             "sw_ver": "1.0.4 Build 240305 Rel.111944", | ||||
|             "updating": 0 | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 gimpy88
					gimpy88