Improve build and integrate firmware versioning
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user