UNPKG

lavva.exalushome.portos

Version:

Library implementing communication and abstraction layers for Portos 433MHz API in ExalusHome system

12 lines (11 loc) 509 B
import { Status } from "lavva.exalushome/build/js/DataFrame"; import { IDevice } from "lavva.exalushome/build/js/Services/Devices/IDevice"; import { IPortos433ConfigService } from "./IPortos433ConfigService"; export declare class Portos433ConfigService implements IPortos433ConfigService { static readonly ServiceName: string; private _connection; private _logger; constructor(); GetServiceName(): string; SendP2PairingSignalAsync(device: IDevice, channel: number): Promise<Status>; }