mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-10-31 04:31:54 +00:00 
			
		
		
		
	Add S200B(EU) fw 1.11.0 fixture (#1205)
Adds a note about button presses not being supported.
This commit is contained in:
		
							
								
								
									
										115
									
								
								kasa/tests/fixtures/smart/child/S200B(EU)_1.0_1.11.0.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										115
									
								
								kasa/tests/fixtures/smart/child/S200B(EU)_1.0_1.11.0.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,115 @@ | ||||
| { | ||||
|     "component_nego": { | ||||
|         "component_list": [ | ||||
|             { | ||||
|                 "id": "device", | ||||
|                 "ver_code": 2 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "quick_setup", | ||||
|                 "ver_code": 3 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "trigger_log", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "time", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "device_local_time", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "account", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "synchronize", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "cloud_connect", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "iot_cloud", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "firmware", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "localSmart", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "battery_detect", | ||||
|                 "ver_code": 1 | ||||
|             }, | ||||
|             { | ||||
|                 "id": "double_click", | ||||
|                 "ver_code": 1 | ||||
|             } | ||||
|         ] | ||||
|     }, | ||||
|     "get_auto_update_info": -1001, | ||||
|     "get_connect_cloud_state": { | ||||
|         "status": 0 | ||||
|     }, | ||||
|     "get_device_info": { | ||||
|         "at_low_battery": false, | ||||
|         "avatar": "button", | ||||
|         "bind_count": 2, | ||||
|         "category": "subg.trigger.button", | ||||
|         "device_id": "SCRUBBED_CHILD_DEVICE_ID_1", | ||||
|         "fw_ver": "1.11.0 Build 230821 Rel.113553", | ||||
|         "hw_id": "00000000000000000000000000000000", | ||||
|         "hw_ver": "1.0", | ||||
|         "jamming_rssi": -120, | ||||
|         "jamming_signal_level": 1, | ||||
|         "lastOnboardingTimestamp": 1714016798, | ||||
|         "mac": "202351000000", | ||||
|         "model": "S200B", | ||||
|         "nickname": "I01BU0tFRF9OQU1FIw==", | ||||
|         "oem_id": "00000000000000000000000000000000", | ||||
|         "parent_device_id": "0000000000000000000000000000000000000000", | ||||
|         "region": "Europe/London", | ||||
|         "report_interval": 16, | ||||
|         "rssi": -55, | ||||
|         "signal_level": 3, | ||||
|         "specs": "EU", | ||||
|         "status": "online", | ||||
|         "status_follow_edge": false, | ||||
|         "type": "SMART.TAPOSENSOR" | ||||
|     }, | ||||
|     "get_device_time": -1001, | ||||
|     "get_device_usage": -1001, | ||||
|     "get_double_click_info": { | ||||
|         "enable": false | ||||
|     }, | ||||
|     "get_fw_download_state": { | ||||
|         "cloud_cache_seconds": 1, | ||||
|         "download_progress": 0, | ||||
|         "reboot_time": 5, | ||||
|         "status": 0, | ||||
|         "upgrade_time": 5 | ||||
|     }, | ||||
|     "get_latest_fw": { | ||||
|         "fw_ver": "1.12.0 Build 231121 Rel.092444", | ||||
|         "hw_id": "00000000000000000000000000000000", | ||||
|         "need_to_upgrade": true, | ||||
|         "oem_id": "00000000000000000000000000000000", | ||||
|         "release_date": "2024-04-02", | ||||
|         "release_note": "Modifications and Bug Fixes:\n1. Optimized low battery notification.\n2. Fixed some minor bugs.", | ||||
|         "type": 2 | ||||
|     }, | ||||
|     "get_trigger_logs": { | ||||
|         "logs": [], | ||||
|         "start_id": 0, | ||||
|         "sum": 0 | ||||
|     }, | ||||
|     "qs_component_nego": -1001 | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Steven B.
					Steven B.