node-dmx
    Preparing search index...

    Type Alias RdmDiscoveryResult

    One discovered RDM device and whether it was muted during search.

    type RdmDiscoveryResult = {
        muted: boolean;
        uid: UID;
    }
    Index

    Properties

    Properties

    muted: boolean
    uid: UID