interface DeviceValue {
    id: string;
    type: string;
    value: string;
}

Properties

Properties

id: string
type: string
value: string