MUD improvements

- Handle configuration reset from gui
- Handle validation
- Show general and special device types info description
This commit is contained in:
emanuele-f 2020-03-05 11:54:30 +01:00
parent fc43445c60
commit c7b2f12cc1
9 changed files with 141 additions and 13 deletions

View file

@ -28,6 +28,7 @@ local script = {
i18n_title = "flow_callbacks_config.mud",
i18n_description = "flow_callbacks_config.mud_description",
input_builder = "flow_mud",
item_list_type = "device_type",
}
}