@tbranyen/devices
v1.0.23
Published
```javascript const { azur851a } = require('@tbranyen/devices');
Readme
Devicee
const { azur851a } = require('@tbranyen/devices');
async function run() {
await azur851a.commands.power('on');
await azur851a.commands.input('5');
}
run();