UNPKG

iobroker.bshb

Version:

Connects Bosch Smart Home Interface-Processes to ioBroker

24 lines 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WRITE = void 0; exports.WRITE = { intrusionDetectionControlState: { remainingTimeUntilArmed: false, }, // Yale doorSensor: { doorState: false, }, lockActuator: { canUnlatch: false, }, waterAlarmSystemState: { available: false, state: false, deleted: false, }, roomExtProperties: { humidity: false, }, }; //# sourceMappingURL=write.js.map