jooby-codec
    Preparing search index...

    Namespace getDayDemandExport

    Downlink command to get day energies A-, R+, R- for 4 tariffs (T1-T4) for date.

    import * as getDayDemandExport from 'jooby-codec/mtx3/commands/downlink/getDayDemandExport.js';

    const parameters = {
    date: {
    year: 24,
    month: 3,
    date: 22
    }
    };

    const bytes = getDayDemandExport.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    // output:
    [79, 3, 24, 3, 22]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes