mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-29 01:56:24 +00:00
Add commit-hook to prettify JSON files (#1455)
Some checks failed
CI / Perform linting checks (3.13) (push) Waiting to run
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.13) (push) Blocked by required conditions
CodeQL checks / Analyze (python) (push) Has been cancelled
Some checks failed
CI / Perform linting checks (3.13) (push) Waiting to run
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.13) (push) Blocked by required conditions
CodeQL checks / Analyze (python) (push) Has been cancelled
This commit is contained in:
parent
2ab42f59b3
commit
0f185f1905
@ -16,6 +16,10 @@ repos:
|
|||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
- id: check-ast
|
- id: check-ast
|
||||||
|
- id: pretty-format-json
|
||||||
|
args:
|
||||||
|
- "--autofix"
|
||||||
|
- "--indent=4"
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.7.4
|
rev: v0.7.4
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"host": "127.0.0.1",
|
|
||||||
"timeout": 5,
|
|
||||||
"connection_type": {
|
"connection_type": {
|
||||||
"device_family": "SMART.IPCAMERA",
|
"device_family": "SMART.IPCAMERA",
|
||||||
"encryption_type": "AES",
|
"encryption_type": "AES",
|
||||||
"https": true
|
"https": true
|
||||||
}
|
},
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"timeout": 5
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"host": "127.0.0.1",
|
|
||||||
"timeout": 5,
|
|
||||||
"connection_type": {
|
"connection_type": {
|
||||||
"device_family": "SMART.TAPOPLUG",
|
"device_family": "SMART.TAPOPLUG",
|
||||||
"encryption_type": "KLAP",
|
"encryption_type": "KLAP",
|
||||||
"https": false,
|
"https": false,
|
||||||
"login_version": 2
|
"login_version": 2
|
||||||
}
|
},
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"timeout": 5
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"host": "127.0.0.1",
|
|
||||||
"timeout": 5,
|
|
||||||
"connection_type": {
|
"connection_type": {
|
||||||
"device_family": "IOT.SMARTPLUGSWITCH",
|
"device_family": "IOT.SMARTPLUGSWITCH",
|
||||||
"encryption_type": "XOR",
|
"encryption_type": "XOR",
|
||||||
"https": false
|
"https": false
|
||||||
}
|
},
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"timeout": 5
|
||||||
}
|
}
|
||||||
|
@ -150,6 +150,9 @@
|
|||||||
"owner": "00000000000000000000000000000000"
|
"owner": "00000000000000000000000000000000"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"getAreaUnit": {
|
||||||
|
"area_unit": 0
|
||||||
|
},
|
||||||
"getAutoChangeMap": {
|
"getAutoChangeMap": {
|
||||||
"auto_change_map": false
|
"auto_change_map": false
|
||||||
},
|
},
|
||||||
@ -159,10 +162,16 @@
|
|||||||
"getBatteryInfo": {
|
"getBatteryInfo": {
|
||||||
"battery_percentage": 75
|
"battery_percentage": 75
|
||||||
},
|
},
|
||||||
"getAreaUnit": {"area_unit": 0},
|
"getCleanAttr": {
|
||||||
"getCleanAttr": {"suction": 2, "cistern": 2, "clean_number": 1},
|
"cistern": 2,
|
||||||
"getCleanInfo": {"clean_time": 5, "clean_area": 5, "clean_percent": 1},
|
"clean_number": 1,
|
||||||
"getCleanStatus": {"getCleanStatus": {"clean_status": 0, "is_working": false, "is_mapping": false, "is_relocating": false}},
|
"suction": 2
|
||||||
|
},
|
||||||
|
"getCleanInfo": {
|
||||||
|
"clean_area": 5,
|
||||||
|
"clean_percent": 1,
|
||||||
|
"clean_time": 5
|
||||||
|
},
|
||||||
"getCleanRecords": {
|
"getCleanRecords": {
|
||||||
"lastest_day_record": [
|
"lastest_day_record": [
|
||||||
0,
|
0,
|
||||||
@ -176,6 +185,14 @@
|
|||||||
"total_number": 0,
|
"total_number": 0,
|
||||||
"total_time": 0
|
"total_time": 0
|
||||||
},
|
},
|
||||||
|
"getCleanStatus": {
|
||||||
|
"getCleanStatus": {
|
||||||
|
"clean_status": 0,
|
||||||
|
"is_mapping": false,
|
||||||
|
"is_relocating": false,
|
||||||
|
"is_working": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"getConsumablesInfo": {
|
"getConsumablesInfo": {
|
||||||
"charge_contact_time": 0,
|
"charge_contact_time": 0,
|
||||||
"edge_brush_time": 0,
|
"edge_brush_time": 0,
|
||||||
@ -189,14 +206,15 @@
|
|||||||
"name": "2",
|
"name": "2",
|
||||||
"version": 1
|
"version": 1
|
||||||
},
|
},
|
||||||
"getVolume": {
|
|
||||||
"volume": 84
|
|
||||||
},
|
|
||||||
"getDoNotDisturb": {
|
"getDoNotDisturb": {
|
||||||
"do_not_disturb": true,
|
"do_not_disturb": true,
|
||||||
"e_min": 480,
|
"e_min": 480,
|
||||||
"s_min": 1320
|
"s_min": 1320
|
||||||
},
|
},
|
||||||
|
"getDustCollectionInfo": {
|
||||||
|
"auto_dust_collection": true,
|
||||||
|
"dust_collection_mode": 0
|
||||||
|
},
|
||||||
"getMapInfo": {
|
"getMapInfo": {
|
||||||
"auto_change_map": false,
|
"auto_change_map": false,
|
||||||
"current_map_id": 0,
|
"current_map_id": 0,
|
||||||
@ -207,10 +225,6 @@
|
|||||||
"getMopState": {
|
"getMopState": {
|
||||||
"mop_state": false
|
"mop_state": false
|
||||||
},
|
},
|
||||||
"getDustCollectionInfo": {
|
|
||||||
"auto_dust_collection": true,
|
|
||||||
"dust_collection_mode": 0
|
|
||||||
},
|
|
||||||
"getVacStatus": {
|
"getVacStatus": {
|
||||||
"err_status": [
|
"err_status": [
|
||||||
0
|
0
|
||||||
@ -222,6 +236,9 @@
|
|||||||
"promptCode_id": [],
|
"promptCode_id": [],
|
||||||
"status": 5
|
"status": 5
|
||||||
},
|
},
|
||||||
|
"getVolume": {
|
||||||
|
"volume": 84
|
||||||
|
},
|
||||||
"get_device_info": {
|
"get_device_info": {
|
||||||
"auto_pack_ver": "0.0.1.1771",
|
"auto_pack_ver": "0.0.1.1771",
|
||||||
"avatar": "",
|
"avatar": "",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"component_nego" : {
|
"component_nego": {
|
||||||
"component_list": [
|
"component_list": [
|
||||||
{
|
{
|
||||||
"id": "device",
|
"id": "device",
|
||||||
|
1070
tests/fixtures/smart/child/T315(EU)_1.0_1.7.0.json
vendored
1070
tests/fixtures/smart/child/T315(EU)_1.0_1.7.0.json
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user