UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

9 lines 279 B
import { IoTMessage } from '../../../../iot/models/iot-message'; export declare class RuleResponse { commandType: number; deviceType: number; commandValue: string; iotMessage: IoTMessage; bluetoothMessage: string; } //# sourceMappingURL=rule.response.d.ts.map