| 1 | import { BlinkerDevice } from '../lib/blinker'; |
| 2 | import { ButtonWidget, TextWidget, RangeWidget, NumberWidget, RGBWidget, JoystickWidget, ChartWidget, ImageWidget } from '../lib/widget'; |
| 3 | |
| 4 | let device = new BlinkerDevice(/*您申请到的Secret Key*/, // 设备authkey |
nothing calls this directly
no test coverage detected