@shuangbing/bmw-connected-drive
Version:
This package can be used to access the BMW ConnectedDrive services.
17 lines (16 loc) • 350 B
TypeScript
export declare enum RemoteServices {
/** climate */
ClimateNow = "RCN",
/** lock */
LockDoors = "RDL",
/** unlock */
UnlockDoors = "RDU",
/** horn */
BlowHorn = "RHB",
/** light */
FlashLight = "RLF",
/** Climate timer */
ClimateTimer = "RCT",
/** Charging profile */
ChargingProfile = "RCP"
}