Hi, I was finally able to configure my sitemap properly. I have a submenu to see my webcam, but the video is huge and it doesn’t fit on my screen entirely. I would like to make it smaller. (The video is streamed from MotionEye on my raspberry pi)
Here is my sitemap:
sitemap home label="My Home"
{
Frame label="Lights" {
Colorpicker item=Bedroom label="Bedroom Colors" icon="colorwheel"
Slider item=Bedroom label="Bedroom brightness" icon="sun"
Group item=Lights label="All lighting" icon="hue"
Group item=Bedroom label="Bedroom" icon="bedroom"
}
Frame label="Camera" {
Text icon="video" item=MotionEyeCam{
Video icon="video" url="http://192.168.1.4:8081" encoding="mjpeg"
}
}
}
}