Skip to content
Snippets Groups Projects
Commit 51af7a83 authored by FrankR's avatar FrankR
Browse files

IposPositionEvent.object -> IposPositionEvent.objects

parent 3910def5
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ message IposObjectConfig {
// note: IposObjectConfigs are used to register sensors. Beacon-positions are POIs and should be sent to sensor after registration. Bluetooth/UWB sensor need to know a reference system id. All Beacon-position sent to the Bluetooth/UWB sensor should have the same reference system id
message IposPositionEvent {
repeated IposObject object = 1;
repeated IposObject objects = 1;
string type = 2; // deprecated may be ExitNotification or EntryNotification
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment