This command enables direct reads and writes to any supported BLE service/characteristic.
This command reads a BLE characteristic and returns the parsed response.
This command writes to a BLE characteristic and returns void after the write acknowledgement
This command is the most complicated. It both writes and and listens to a characteristic, expecting the char to notify once the requested action is completed. It will return a parsed response from the notification body.
Generated using TypeDoc
This command is special for DFU. It subscribes to notifications, writes and then immediately returns succesful because the shade is rebooting.