jooby-codec
    Preparing search index...

    Downlink command to get the information about observer, like name, software and hardware version.

    import * as getObserverInfo from 'jooby-codec/obis-observer/commands/downlink/getObserverInfo.js';

    const parameters = {
    requestId: 7
    };

    const bytes = getObserverInfo.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    [1, 1, 7]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes