mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding values for radio buttons
This commit is contained in:
parent
837170bd55
commit
5fb6cf09af
@ -14,13 +14,15 @@
|
||||
"type": "radio",
|
||||
"id": "buz_on",
|
||||
"label": "Buzzer On",
|
||||
"name": "state"
|
||||
"name": "state",
|
||||
"value":"ON"
|
||||
},
|
||||
{
|
||||
"type": "radio",
|
||||
"id": "buz_off",
|
||||
"label": "Buzzer Off",
|
||||
"name": "state"
|
||||
"name": "state",
|
||||
"value":"OFF"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user