UNPKG

@hangtime/grip-connect-cli

Version:
11 lines 277 B
/** * Device definition for the mySmartBoard. */ import { mySmartBoard } from "@hangtime/grip-connect-runtime"; const mysmartboard = { name: "mySmartBoard", class: mySmartBoard, actions: [], }; export default mysmartboard; //# sourceMappingURL=mysmartboard.js.map