Hello, it is possible to display two plugins (or two class) in a bar in the GUI?
What would change in the config.json?
Here is my current attitude:
{
"id": "ubuntu-server",
"name": "Ubuntu-Server",
"class": "PingPresence",
"host": "192.168.112.101",
"interval": 10000
},
{
"id": "ubuntu-server-befehle",
"name": "Befehle Ubuntu-Server",
"class": "ButtonsDevice",
"buttons": [
{
"id": "ubuntu-server-aktivierung",
"text": "Aktivierung"
},
{
"id": "ubuntu-server-ruhemodus",
"text": "Ruhemodus"
}
]
}
Here’s how it looks now:
And so I will have it:
(This is a photomontage to illustrate what I mean)
Thanks in advance