klf-200-api
Version:
This module provides a wrapper to the socket API of a Velux KLF-200 interface. You will need at least firmware 0.2.0.0.71 on your KLF interface for this library to work.
27 lines (26 loc) • 552 B
TypeScript
export declare enum InitializeSceneConfirmationStatus {
OK = 0,
EmptySystemTable = 1,
OutOfStorage = 2
}
export declare enum InitializeSceneNotificationStatus {
OK = 0,
PartlyOK = 1,
Error = 2
}
export declare enum RecordSceneStatus {
OK = 0,
RequestFailed = 1,
NoProductStimulation = 2,
OutOfStorage = 3
}
export declare enum RenameSceneStatus {
OK = 0,
InvalidSceneIndex = 1,
NameInUse = 2
}
export declare enum ActivateSceneStatus {
OK = 0,
InvalidParameter = 1,
RequestRejected = 2
}