UNPKG

ws2801-alexa

Version:

An alexa connector for the WS2801-Pi module.

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