A notification message from the device to the client To be used for important messages that should to be displayed to the user in the form of push notifications or validation messages when saving invalid configuration.
The level type of notification
from field: meshtastic.LogRecord.Level level = 3;
The message body of the notification
from field: string message = 4;
Optional
The id of the packet we're notifying in response to
from field: optional uint32 reply_id = 1;
Seconds since 1970 - or 0 for unknown/unset
from field: fixed32 time = 2;
from message meshtastic.ClientNotification
A notification message from the device to the client To be used for important messages that should to be displayed to the user in the form of push notifications or validation messages when saving invalid configuration.