Interface IotControlWidgetConfig

interface IotControlWidgetConfig {
    controlConfig: ControlConfig;
    group: "widget";
    id?: string;
    renderRule?: RulesLogic;
    type: "IotControl";
    valueSource: string;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

controlConfig: ControlConfig
group: "widget"
id?: string
renderRule?: RulesLogic
type: "IotControl"
valueSource: string