UNPKG

ws2801-alexa

Version:

An alexa connector for the WS2801-Pi module.

8 lines (7 loc) 132 B
export type Config = { appKey: string, secretKey: string, deviceId: string, ledAmount?: number, logCommands?: boolean, };