interface GreenPowerDeviceJoinedPayload {
    deviceID: number;
    networkAddress: number;
    sourceID: number;
}

Properties

deviceID: number
networkAddress: number
sourceID: number