Add unencrypted payloads

This commit is contained in:
Steve Gilberd 2025-10-26 16:06:28 +13:00
parent bf149bbdcc
commit 7e810a50eb
No known key found for this signature in database
GPG key ID: 3CA3675E3C90637F

View file

@ -1106,6 +1106,11 @@ message Data {
* Bitfield for extra flags. First use is to indicate that user approves the packet being uploaded to MQTT.
*/
optional uint32 bitfield = 9;
/*
* Magic number used to verify that a decoded packet is actually supposed to be unencrypted
*/
uint32 tx_unencrypted = 11;
}
/*