bmw-connected-drive
Version:
This package can be used to access the BMW ConnectedDrive services.
17 lines (16 loc) • 399 B
TypeScript
export declare enum RemoteServices {
/** climate */
ClimateNow = "climate-now",
/** lock */
LockDoors = "door-lock",
/** unlock */
UnlockDoors = "door-unlock",
/** horn */
BlowHorn = "horn-blow",
/** light */
FlashLight = "light-flash",
/** start charging */
ChargeStart = "start-charging",
/** stop charging */
ChargeStop = "stop-charging"
}