bmw-connected-drive
Version:
This package can be used to access the BMW ConnectedDrive services.
21 lines • 766 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RemoteServices = void 0;
var RemoteServices;
(function (RemoteServices) {
/** climate */
RemoteServices["ClimateNow"] = "climate-now";
/** lock */
RemoteServices["LockDoors"] = "door-lock";
/** unlock */
RemoteServices["UnlockDoors"] = "door-unlock";
/** horn */
RemoteServices["BlowHorn"] = "horn-blow";
/** light */
RemoteServices["FlashLight"] = "light-flash";
/** start charging */
RemoteServices["ChargeStart"] = "start-charging";
/** stop charging */
RemoteServices["ChargeStop"] = "stop-charging";
})(RemoteServices = exports.RemoteServices || (exports.RemoteServices = {}));
//# sourceMappingURL=RemoteServices.js.map