@shuangbing/bmw-connected-drive
Version:
This package can be used to access the BMW ConnectedDrive services.
21 lines • 717 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoteServices = void 0;
var RemoteServices;
(function (RemoteServices) {
/** climate */
RemoteServices["ClimateNow"] = "RCN";
/** lock */
RemoteServices["LockDoors"] = "RDL";
/** unlock */
RemoteServices["UnlockDoors"] = "RDU";
/** horn */
RemoteServices["BlowHorn"] = "RHB";
/** light */
RemoteServices["FlashLight"] = "RLF";
/** Climate timer */
RemoteServices["ClimateTimer"] = "RCT";
/** Charging profile */
RemoteServices["ChargingProfile"] = "RCP";
})(RemoteServices = exports.RemoteServices || (exports.RemoteServices = {}));
//# sourceMappingURL=RemoteServices.js.map