Interface DeviceSetProperties

interface DeviceSetProperties {
    is_active: boolean;
    name: string;
}

Properties

Properties

is_active: boolean

false = either the device itself or its enclosing Rack device is off.

name: string

This is the string shown in the title bar of the device.