Interface Chars

interface Chars {
    device: null | Characteristic;
    notify: null | Characteristic;
    write: null | Characteristic;
}

Properties

Properties

device: null | Characteristic
notify: null | Characteristic
write: null | Characteristic