Add allow roaming option to device-profile.

This commit is contained in:
Orne Brocaar
2023-11-23 08:53:47 +00:00
parent f13a5f492c
commit 3538145e3d
26 changed files with 846 additions and 294 deletions

View File

@ -405,6 +405,11 @@ message DeviceProfile {
// 2 = 4
// 3 = 12
uint32 relay_overall_limit_bucket_size = 51;
// Allow roaming.
//
// If set to true, it means that the device is allowed to use roaming.
bool allow_roaming = 52;
}
message Measurement {