Skip to content

Commit

Permalink
fix: use enable/disable template
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 24, 2024
1 parent 0708a02 commit 93b55d2
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions packages/config/config/devices/0x019b/z-temp3.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,20 +229,8 @@
},
{
"#": "18",
"label": "Open Window Detection",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Open Window Detection"
}
],
"metadata": {
Expand Down

0 comments on commit 93b55d2

Please sign in to comment.