UNPKG

homebridge-programmable-http-switch

Version:

A Homebridge plugin that allows users to create Stateless Programmable Switches which can be controlled using a HTTP API.

6 lines (5 loc) 97 B
export declare enum Action { 'singlePress' = 0, 'doublePress' = 1, 'longPress' = 2 }