@companion-module/base
    Preparing search index...

    Interface ModuleBonjourQuery

    interface ModuleBonjourQuery {
        port?: number;
        protocol: "tcp" | "udp";
        txt?: { [k: string]: string };
        type: string;
    }
    Index

    Properties

    Properties

    port?: number
    protocol: "tcp" | "udp"
    txt?: { [k: string]: string }

    Match on any txt values returned in the query. This is useful to filter out devices of the same 'type' that are not supported

    Type Declaration

    • [k: string]: string

      This interface was referenced by undefined's JSON-Schema definition via the patternProperty "".

    type: string