zigbee-herdsman
    Preparing search index...

    Interface GreenPowerDeviceJoinedPayload

    interface GreenPowerDeviceJoinedPayload {
        deviceID: number;
        networkAddress: number;
        securityKey?: Buffer<ArrayBufferLike>;
        sourceID: number;
    }
    Index

    Properties

    deviceID: number
    networkAddress: number
    securityKey?: Buffer<ArrayBufferLike>
    sourceID: number