ModuleConfig_RemoteHardwareConfig: Message<"meshtastic.ModuleConfig.RemoteHardwareConfig"> & {
    allowUndefinedPinAccess: boolean;
    availablePins: RemoteHardwarePin[];
    enabled: boolean;
}

RemoteHardwareModule Config

Type declaration

  • allowUndefinedPinAccess: boolean

    Whether the Module allows consumers to read / write to pins not defined in available_pins

    from field: bool allow_undefined_pin_access = 2;

  • availablePins: RemoteHardwarePin[]

    Exposes the available pins to the mesh for reading and writing

    from field: repeated meshtastic.RemoteHardwarePin available_pins = 3;

  • enabled: boolean

    Whether the Module is enabled

    from field: bool enabled = 1;

from message meshtastic.ModuleConfig.RemoteHardwareConfig