Improve build and integrate firmware versioning

This commit is contained in:
2026-01-14 14:45:54 +01:00
parent eb73c573b4
commit c03b393cf5
6 changed files with 182 additions and 7 deletions

View File

@@ -123,9 +123,19 @@
"C",
"F"
],
"description": "Temperature format: Kelvin, Celsius or Fahrenheit [K|C|F].",
"description": "Temperature format: Kelvin, Celsius or Fahrenheit\npossible values [K|C|F].",
"category": "Units"
},
{
"name": "switchBank",
"label": "Switch bank #",
"type": "number",
"default": 0,
"min": 0,
"max": 252,
"description": "The number uf switch bank the keys belong to\nRange [0 .. 252] default 0",
"category": "Keys"
},
{
"name": "key1",
"label": "Key 1 code",