mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Scanning Beacon
This commit is contained in:
parent
cd1cf2bf44
commit
a8371e046e
@ -184,9 +184,6 @@ public class Event {
|
||||
return speed;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public void setTurns(String turn) {
|
||||
|
||||
this.type = "turn";
|
||||
@ -267,7 +264,7 @@ public class Event {
|
||||
jsonPayloadData.put("speed_limit", getSpeed());
|
||||
//}
|
||||
|
||||
//Beacon
|
||||
//Beacon Data
|
||||
jsonPayloadData.put("beacon_major", getBeaconMajor());
|
||||
jsonPayloadData.put("beacon_minor", getBeaconMinor());
|
||||
jsonPayloadData.put("beacon_proximity", getBeaconProximity());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user