UNPKG

ws2801-alexa

Version:

An alexa connector for the WS2801-Pi module.

10 lines (8 loc) 166 B
import {Config} from '../types/index'; export const defaultConfig: Config = { appKey: '', secretKey: '', deviceId: '', ledAmount: 0, logCommands: true, };