Convert fixtures to use unix newlines (#1177)

Also, add a .gitattributes entry to let git handle this automatically
for json files
This commit is contained in:
Teemu R. 2024-10-18 14:00:23 +02:00 committed by GitHub
parent 8a17752ae2
commit 6ba7c4ac05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1419 additions and 1418 deletions

1
.gitattributes vendored
View File

@ -1 +1,2 @@
*.sh text eol=lf *.sh text eol=lf
*.json text eol=lf

View File

@ -1,93 +1,93 @@
{ {
"smartlife.iot.common.emeter": { "smartlife.iot.common.emeter": {
"get_realtime": { "get_realtime": {
"err_code": 0, "err_code": 0,
"power_mw": 0, "power_mw": 0,
"total_wh": 25 "total_wh": 25
} }
}, },
"smartlife.iot.smartbulb.lightingservice": { "smartlife.iot.smartbulb.lightingservice": {
"get_light_state": { "get_light_state": {
"dft_on_state": { "dft_on_state": {
"brightness": 98, "brightness": 98,
"color_temp": 6500, "color_temp": 6500,
"hue": 28, "hue": 28,
"mode": "normal", "mode": "normal",
"saturation": 72 "saturation": 72
}, },
"err_code": 0, "err_code": 0,
"on_off": 0 "on_off": 0
} }
}, },
"system": { "system": {
"get_sysinfo": { "get_sysinfo": {
"active_mode": "none", "active_mode": "none",
"alias": "#MASKED_NAME#", "alias": "#MASKED_NAME#",
"ctrl_protocols": { "ctrl_protocols": {
"name": "Linkie", "name": "Linkie",
"version": "1.0" "version": "1.0"
}, },
"description": "Smart Wi-Fi LED Bulb with Color Changing", "description": "Smart Wi-Fi LED Bulb with Color Changing",
"dev_state": "normal", "dev_state": "normal",
"deviceId": "0000000000000000000000000000000000000000", "deviceId": "0000000000000000000000000000000000000000",
"disco_ver": "1.0", "disco_ver": "1.0",
"err_code": 0, "err_code": 0,
"hwId": "00000000000000000000000000000000", "hwId": "00000000000000000000000000000000",
"hw_ver": "1.0", "hw_ver": "1.0",
"is_color": 1, "is_color": 1,
"is_dimmable": 1, "is_dimmable": 1,
"is_factory": false, "is_factory": false,
"is_variable_color_temp": 1, "is_variable_color_temp": 1,
"latitude_i": 0, "latitude_i": 0,
"light_state": { "light_state": {
"dft_on_state": { "dft_on_state": {
"brightness": 98, "brightness": 98,
"color_temp": 6500, "color_temp": 6500,
"hue": 28, "hue": 28,
"mode": "normal", "mode": "normal",
"saturation": 72 "saturation": 72
}, },
"on_off": 0 "on_off": 0
}, },
"longitude_i": 0, "longitude_i": 0,
"mic_mac": "000000000000", "mic_mac": "000000000000",
"mic_type": "IOT.SMARTBULB", "mic_type": "IOT.SMARTBULB",
"model": "KL135(US)", "model": "KL135(US)",
"obd_src": "tplink", "obd_src": "tplink",
"oemId": "00000000000000000000000000000000", "oemId": "00000000000000000000000000000000",
"preferred_state": [ "preferred_state": [
{ {
"brightness": 50, "brightness": 50,
"color_temp": 2700, "color_temp": 2700,
"hue": 0, "hue": 0,
"index": 0, "index": 0,
"saturation": 0 "saturation": 0
}, },
{ {
"brightness": 100, "brightness": 100,
"color_temp": 0, "color_temp": 0,
"hue": 0, "hue": 0,
"index": 1, "index": 1,
"saturation": 100 "saturation": 100
}, },
{ {
"brightness": 100, "brightness": 100,
"color_temp": 0, "color_temp": 0,
"hue": 120, "hue": 120,
"index": 2, "index": 2,
"saturation": 100 "saturation": 100
}, },
{ {
"brightness": 100, "brightness": 100,
"color_temp": 0, "color_temp": 0,
"hue": 240, "hue": 240,
"index": 3, "index": 3,
"saturation": 100 "saturation": 100
} }
], ],
"rssi": -41, "rssi": -41,
"status": "new", "status": "new",
"sw_ver": "1.0.15 Build 240429 Rel.154143" "sw_ver": "1.0.15 Build 240429 Rel.154143"
} }
} }
} }

View File

@ -1,262 +1,262 @@
{ {
"component_nego": { "component_nego": {
"component_list": [ "component_list": [
{ {
"id": "device", "id": "device",
"ver_code": 2 "ver_code": 2
}, },
{ {
"id": "firmware", "id": "firmware",
"ver_code": 2 "ver_code": 2
}, },
{ {
"id": "quick_setup", "id": "quick_setup",
"ver_code": 3 "ver_code": 3
}, },
{ {
"id": "inherit", "id": "inherit",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "time", "id": "time",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "wireless", "id": "wireless",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "schedule", "id": "schedule",
"ver_code": 2 "ver_code": 2
}, },
{ {
"id": "countdown", "id": "countdown",
"ver_code": 2 "ver_code": 2
}, },
{ {
"id": "antitheft", "id": "antitheft",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "account", "id": "account",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "synchronize", "id": "synchronize",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "sunrise_sunset", "id": "sunrise_sunset",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "led", "id": "led",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "cloud_connect", "id": "cloud_connect",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "iot_cloud", "id": "iot_cloud",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "device_local_time", "id": "device_local_time",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "default_states", "id": "default_states",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "brightness", "id": "brightness",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "preset", "id": "preset",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "on_off_gradually", "id": "on_off_gradually",
"ver_code": 2 "ver_code": 2
}, },
{ {
"id": "dimmer_calibration", "id": "dimmer_calibration",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "localSmart", "id": "localSmart",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "overheat_protection", "id": "overheat_protection",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "matter", "id": "matter",
"ver_code": 2 "ver_code": 2
} }
] ]
}, },
"discovery_result": { "discovery_result": {
"device_id": "00000000000000000000000000000000", "device_id": "00000000000000000000000000000000",
"device_model": "S505D(US)", "device_model": "S505D(US)",
"device_type": "SMART.TAPOSWITCH", "device_type": "SMART.TAPOSWITCH",
"factory_default": false, "factory_default": false,
"ip": "127.0.0.123", "ip": "127.0.0.123",
"is_support_iot_cloud": true, "is_support_iot_cloud": true,
"mac": "48-22-54-00-00-00", "mac": "48-22-54-00-00-00",
"mgt_encrypt_schm": { "mgt_encrypt_schm": {
"encrypt_type": "KLAP", "encrypt_type": "KLAP",
"http_port": 80, "http_port": 80,
"is_support_https": false, "is_support_https": false,
"lv": 2 "lv": 2
}, },
"obd_src": "matter", "obd_src": "matter",
"owner": "00000000000000000000000000000000" "owner": "00000000000000000000000000000000"
}, },
"get_antitheft_rules": { "get_antitheft_rules": {
"antitheft_rule_max_count": 1, "antitheft_rule_max_count": 1,
"enable": false, "enable": false,
"rule_list": [] "rule_list": []
}, },
"get_auto_update_info": { "get_auto_update_info": {
"enable": true, "enable": true,
"random_range": 120, "random_range": 120,
"time": 180 "time": 180
}, },
"get_connect_cloud_state": { "get_connect_cloud_state": {
"status": 1 "status": 1
}, },
"get_countdown_rules": { "get_countdown_rules": {
"countdown_rule_max_count": 1, "countdown_rule_max_count": 1,
"enable": false, "enable": false,
"rule_list": [] "rule_list": []
}, },
"get_device_info": { "get_device_info": {
"avatar": "switch_s500d", "avatar": "switch_s500d",
"brightness": 100, "brightness": 100,
"default_states": { "default_states": {
"re_power_type": "always_off", "re_power_type": "always_off",
"re_power_type_capability": [ "re_power_type_capability": [
"last_states", "last_states",
"always_on", "always_on",
"always_off" "always_off"
], ],
"type": "last_states" "type": "last_states"
}, },
"device_id": "0000000000000000000000000000000000000000", "device_id": "0000000000000000000000000000000000000000",
"device_on": false, "device_on": false,
"fw_id": "00000000000000000000000000000000", "fw_id": "00000000000000000000000000000000",
"fw_ver": "1.1.0 Build 231024 Rel.201030", "fw_ver": "1.1.0 Build 231024 Rel.201030",
"has_set_location_info": false, "has_set_location_info": false,
"hw_id": "00000000000000000000000000000000", "hw_id": "00000000000000000000000000000000",
"hw_ver": "1.0", "hw_ver": "1.0",
"ip": "127.0.0.123", "ip": "127.0.0.123",
"lang": "en_US", "lang": "en_US",
"latitude": 0, "latitude": 0,
"longitude": 0, "longitude": 0,
"mac": "48-22-54-00-00-00", "mac": "48-22-54-00-00-00",
"model": "S505D", "model": "S505D",
"nickname": "I01BU0tFRF9OQU1FIw==", "nickname": "I01BU0tFRF9OQU1FIw==",
"oem_id": "00000000000000000000000000000000", "oem_id": "00000000000000000000000000000000",
"on_time": 0, "on_time": 0,
"overheat_status": "normal", "overheat_status": "normal",
"region": "America/Chicago", "region": "America/Chicago",
"rssi": -39, "rssi": -39,
"signal_level": 3, "signal_level": 3,
"specs": "", "specs": "",
"ssid": "I01BU0tFRF9TU0lEIw==", "ssid": "I01BU0tFRF9TU0lEIw==",
"time_diff": -360, "time_diff": -360,
"type": "SMART.TAPOSWITCH" "type": "SMART.TAPOSWITCH"
}, },
"get_device_time": { "get_device_time": {
"region": "America/Chicago", "region": "America/Chicago",
"time_diff": -360, "time_diff": -360,
"timestamp": 952082825 "timestamp": 952082825
}, },
"get_fw_download_state": { "get_fw_download_state": {
"auto_upgrade": false, "auto_upgrade": false,
"download_progress": 0, "download_progress": 0,
"reboot_time": 5, "reboot_time": 5,
"status": 0, "status": 0,
"upgrade_time": 5 "upgrade_time": 5
}, },
"get_inherit_info": null, "get_inherit_info": null,
"get_led_info": { "get_led_info": {
"led_rule": "always", "led_rule": "always",
"led_status": true, "led_status": true,
"night_mode": { "night_mode": {
"end_time": 420, "end_time": 420,
"night_mode_type": "sunrise_sunset", "night_mode_type": "sunrise_sunset",
"start_time": 1140, "start_time": 1140,
"sunrise_offset": 0, "sunrise_offset": 0,
"sunset_offset": 0 "sunset_offset": 0
} }
}, },
"get_matter_setup_info": { "get_matter_setup_info": {
"setup_code": "00000000000", "setup_code": "00000000000",
"setup_payload": "00:-00000000000000.000" "setup_payload": "00:-00000000000000.000"
}, },
"get_next_event": {}, "get_next_event": {},
"get_preset_rules": { "get_preset_rules": {
"brightness": [ "brightness": [
100, 100,
75, 75,
50, 50,
25, 25,
1 1
] ]
}, },
"get_schedule_rules": { "get_schedule_rules": {
"enable": false, "enable": false,
"rule_list": [], "rule_list": [],
"schedule_rule_max_count": 32, "schedule_rule_max_count": 32,
"start_index": 0, "start_index": 0,
"sum": 0 "sum": 0
}, },
"get_wireless_scan_info": { "get_wireless_scan_info": {
"ap_list": [], "ap_list": [],
"start_index": 0, "start_index": 0,
"sum": 0, "sum": 0,
"wep_supported": false "wep_supported": false
}, },
"qs_component_nego": { "qs_component_nego": {
"component_list": [ "component_list": [
{ {
"id": "quick_setup", "id": "quick_setup",
"ver_code": 3 "ver_code": 3
}, },
{ {
"id": "sunrise_sunset", "id": "sunrise_sunset",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "ble_whole_setup", "id": "ble_whole_setup",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "matter", "id": "matter",
"ver_code": 2 "ver_code": 2
}, },
{ {
"id": "iot_cloud", "id": "iot_cloud",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "inherit", "id": "inherit",
"ver_code": 1 "ver_code": 1
}, },
{ {
"id": "firmware", "id": "firmware",
"ver_code": 2 "ver_code": 2
} }
], ],
"extra_info": { "extra_info": {
"device_model": "S505D", "device_model": "S505D",
"device_type": "SMART.TAPOSWITCH", "device_type": "SMART.TAPOSWITCH",
"is_klap": true "is_klap": true
} }
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff