Interface deviceList

interface deviceList {
    device: device[];
}

Properties

Properties

device: device[]