homebridge-soil-temp-sensor
Version:
Homebridge plugin to listen to moisture sensor http push messages and publish them towards HomeKit
8 lines • 367 B
JavaScript
;
// Apacche License
// Copyright (c) 2021, Sander van Woensel
Object.defineProperty(exports, "__esModule", { value: true });
exports.ACCESSORY_NAME = void 0;
// This is the name of the platform that users will use to register the plugin in the Homebridge config.json
exports.ACCESSORY_NAME = 'SoilMoistureTempSensor';
//# sourceMappingURL=settings.js.map