-
@Serializable() public final class LightTagFoundEventClass for the LightTag that gets emitted by the NIMMSTA Manager if a new LightTag is discovered
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmacAddressprivate final Stringlocationprivate final FloatbatteryLevelprivate final Integerrssiprivate final BooleanisEOLprivate final BooleanisConnected
-
Method Summary
Modifier and Type Method Description final StringgetMacAddress()final StringgetLocation()final FloatgetBatteryLevel()final IntegergetRssi()final BooleangetIsEOL()final BooleangetIsConnected()-
-
Method Detail
-
getMacAddress
final String getMacAddress()
-
getLocation
final String getLocation()
-
getBatteryLevel
final Float getBatteryLevel()
-
getIsConnected
final Boolean getIsConnected()
-
-
-
-