Simple page

simple page

Simple page configuration looks like

#url: https://my.external.domain:port/
class: simple
title: Simple page - Sample Interface

buttons:
  light_hall:
    icon: lamp
    item: unit:light/hall
    title: Hall
  alarm:
    icon: attn
    item: lvar:security/alarm
    title: Alarm
  cctv:
    title: Rec.
    icon: cam
    item: unit:equipment/cctv

cameras:
  hall:
    image: /rpvt?f=127.0.0.1:8118/cam/3?nocache=$NOCACHE

layout:
  camera:
    id: hall
    reload: 1
    action: url:/ui/
  buttons:
    - light_hall
    - alarm
    - cctv
  #sys-block: true

The configuration is similar to dashboard-class page but simplified. camera and buttons section is optional.

The page can have one camera, all control buttons are grouped into a single block. There’s no compact layout for simple page class.

If sys-block parameter is specified and is true, system block (system info, evaHI setup, logout link) will be displayed at the bottom of the page.