UNPKG

homebridge-xiaomi-roborock-vacuum

Version:

Xiaomi Vacuum Cleaner - 1st (Mi Robot), 2nd (Roborock S50 + S55), 3rd Generation (Roborock S6) and S5 Max - plugin for Homebridge.

7 lines 290 B
"use strict"; const path = require("path"); exports.command = "protocol <command>"; exports.description = "Inspect and test raw miIO-commands"; exports.builder = (yargs) => yargs.commandDir(path.join(__dirname, "protocol")); exports.handler = () => { }; //# sourceMappingURL=protocol.js.map