UNPKG

homebridge-am43-blinds-bluez

Version:

A homebridge plugin to control AM43 based shade motors in HomeKit. These include the A OK and Zemismart bluetooth based motors. This plugin requires a Homebridge host that supports Bluetooth 4.0

11 lines (10 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updateCharacteristicValue = void 0; const updateCharacteristicValue = (accessory, service, characteristic, value) => { accessory ?.getService(service) ?.getCharacteristic(characteristic) ?.updateValue(value); }; exports.updateCharacteristicValue = updateCharacteristicValue;