UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

11 lines (10 loc) 189 B
export declare enum OCOAction { OCO_ZERO = 0, OCO_1 = 1, OCO_2 = 2, OCO_3 = 3, OCO_LIGHTS_RESET = 4, OCO_LIGHTS_SET = 5, OCO_LIGHTS_UNSET = 6, OCO_NUM = 7 }