jooby-codec
    Preparing search index...

    Namespace getSpecialDay

    Downlink command to get special day information for the given tariff table.

    Supported in MTX1 and MTX3 devices.

    import * as getSpecialDay from 'jooby-codec/mtx1/commands/downlink/getSpecialDay.js';

    const parameters = {
    tariffTable: 0,
    index: 5,
    isActive: false
    };
    const bytes = getSpecialDay.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    // output:
    [61, 3, 0, 5, 1]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes