neramirez-broadlink-ts
Version:
A TypeScript-enhanced Node.JS fork of broadlinkjs, designed for interacting with RM devices in homebridge-broadlink-rm. Now includes a feature for handling multiple requests to the same device, with a specific focus on supporting homebridge-broadlink-wind
19 lines (18 loc) • 425 B
TypeScript
export declare const shades: {
accessories: {
host: string;
name: string;
type: string;
totalDurationOpen: number;
totalDurationClose: number;
sendStopAt0: boolean;
sendStopAt100: boolean;
data: {
open: string;
stop: string;
close: string;
};
allowResend: boolean;
withDelay: boolean;
}[];
};