-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class AttachLightTagAction implements IAction
this action attached a location to a light tag.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final StringmacAddressprivate final Stringlocationprivate final Stringname
-
Constructor Summary
Constructors Constructor Description AttachLightTagAction(String macAddress, String location)
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()final StringgetMacAddress()final StringgetLocation()StringgetName()JsonObjectgetDataJson()-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getMacAddress
final String getMacAddress()
-
getLocation
final String getLocation()
-
getDataJson
JsonObject getDataJson()
-
-
-
-