2024-03-14 12:36:30 +00:00
|
|
|
{
|
|
|
|
"services": {
|
2024-08-28 11:47:41 +00:00
|
|
|
"select_next": {
|
|
|
|
"service": "mdi:skip-next"
|
|
|
|
},
|
|
|
|
"select_option": {
|
|
|
|
"service": "mdi:check"
|
|
|
|
},
|
|
|
|
"select_previous": {
|
|
|
|
"service": "mdi:skip-previous"
|
|
|
|
},
|
|
|
|
"select_first": {
|
|
|
|
"service": "mdi:skip-backward"
|
|
|
|
},
|
|
|
|
"select_last": {
|
|
|
|
"service": "mdi:skip-forward"
|
|
|
|
},
|
|
|
|
"set_options": {
|
|
|
|
"service": "mdi:cog"
|
|
|
|
},
|
|
|
|
"reload": {
|
|
|
|
"service": "mdi:reload"
|
|
|
|
}
|
2024-03-14 12:36:30 +00:00
|
|
|
}
|
|
|
|
}
|