homebridge-soil-temp-sensor
Version:
Homebridge plugin to listen to moisture sensor http push messages and publish them towards HomeKit
11 lines • 332 B
TypeScript
import { API } from 'homebridge';
declare global {
namespace NodeJS {
interface Global {
notificationRegistration(id: string, handler: (jsonRequest: any) => void, password: string): void;
}
}
}
declare const _default: (api: API) => void;
export = _default;
//# sourceMappingURL=accessory.d.ts.map