Optional
data: PartialMessage<Config_DeviceConfig>For boards without a hard wired button, this is the pin number that will be used Boards that have more than one button can swap the function with this one. defaults to BUTTON_PIN if defined.
from field: uint32 button_gpio = 4;
For boards without a PWM buzzer, this is the pin number that will be used Defaults to PIN_BUZZER if defined.
from field: uint32 buzzer_gpio = 5;
By default we turn off logging as soon as an API client connects (to keep shared serial link quiet). Set this to true to leave the debug log outputting even when API is active.
from field: bool debug_log_enabled = 3;
Disables the triple-press of user button to enable or disable GPS
from field: bool disable_triple_click = 10;
Treat double tap interrupt on supported accelerometers as a button press if set to true
from field: bool double_tap_as_button_press = 8;
If true, device is considered to be "managed" by a mesh administrator Clients should then limit available configuration and administrative options inside the user interface
from field: bool is_managed = 9;
If true, disable the default blinking LED (LED_PIN) behavior on the device
from field: bool led_heartbeat_disabled = 12;
Send our nodeinfo this often Defaults to 900 Seconds (15 minutes)
from field: uint32 node_info_broadcast_secs = 7;
Sets the role of node
from field: meshtastic.Config.DeviceConfig.RebroadcastMode rebroadcast_mode = 6;
Sets the role of node
from field: meshtastic.Config.DeviceConfig.Role role = 1;
Disabling this will disable the SerialConsole by not initilizing the StreamAPI
from field: bool serial_enabled = 2;
POSIX Timezone definition string from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv.
from field: string tzdef = 11;
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeCreate a deep copy.
Compare with a message of the same type. Note that this function disregards extensions and unknown fields.
Parse from binary data, merging fields.
Repeated fields are appended. Map entries are added, overwriting existing keys.
If a message field is already present, it will be merged with the new data.
Optional
options: Partial<BinaryReadOptions>Retrieve the MessageType of this message - a singleton that represents the protobuf message declaration and provides metadata for reflection- based operations.
Protected
toJSONOverride for serialization behavior. This will be invoked when calling JSON.stringify on this message (i.e. JSON.stringify(msg)).
Note that this will not serialize google.protobuf.Any with a packed message because the protobuf JSON format specifies that it needs to be unpacked, and this is only possible with a type registry to look up the message type. As a result, attempting to serialize a message with this type will throw an Error.
This method is protected because you should not need to invoke it directly -- instead use JSON.stringify or toJsonString for stringified JSON. Alternatively, if actual JSON is desired, you should use toJson.
Static
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Generated using TypeDoc
Configuration
Generated
from message meshtastic.Config.DeviceConfig