Fix prettier on HomeKit Controller (#76168)

This commit is contained in:
Artem Draft 2022-08-04 00:58:30 +03:00 committed by GitHub
parent 72a0ca4871
commit 3388248eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"state": { "state": {
"homekit_controller__thread_node_capabilities": { "homekit_controller__thread_node_capabilities": {
"border_router_capable": "Border Router Capable", "border_router_capable": "Border Router Capable",
"router_eligible": "Router Eligible End Device", "router_eligible": "Router Eligible End Device",
"full": "Full End Device", "full": "Full End Device",
"minimal": "Minimal End Device", "minimal": "Minimal End Device",
"sleepy": "Sleepy End Device", "sleepy": "Sleepy End Device",
"none": "None" "none": "None"
}
} }
}
} }