add rules

This commit is contained in:
pdxlocations
2025-07-25 18:40:37 -07:00
parent 0b25dda4af
commit acaad849b0
+6
View File
@@ -21,6 +21,12 @@ validation_rules = {
"adc_multiplier_override": {
"type": InputType.FLOAT,
},
"button_gpio": {
"type": InputType.INTEGER,
},
"buzzer_gpio": {
"type": InputType.INTEGER,
},
}