TBEAM, HELTEC, etc... Starting in 1.2.11 moved to hw_model enum in the NodeInfo object. Apps will still need the string here for older builds (so OTA update can find the right image), but if the enum is available it will be used instead.
from field: meshtastic.HardwareModel hw_model = 4;
In some regions Ham radio operators have different bandwidth limitations than others. If this user is a licensed operator, set this flag. Also, "long_name" should be their licence number.
from field: bool is_licensed = 5;
A full name for this user, i.e. "Kevin Hester"
from field: string long_name = 2;
This is the addr of the radio.
from field: bytes macaddr = 1 [deprecated = true];
The public key of the user's device. This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
from field: bytes public_key = 7;
Indicates that the user's role in the mesh
from field: meshtastic.Config.DeviceConfig.Role role = 6;
A VERY short name, ideally two characters. Suitable for a tiny OLED screen
from field: string short_name = 3;
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeParse 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>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
fromStatic
fromStatic
fromGenerated using TypeDoc
Generated
from message meshtastic.UserLite