-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class ConnectToAddressAction implements IAction
This action triggers a connection attempt to a device with the given address
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final Stringname
-
Constructor Summary
Constructors Constructor Description ConnectToAddressAction(String address, Integer scanTimeout)
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()StringgetName()JsonObjectgetDataJson()-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getDataJson
JsonObject getDataJson()
-
-
-
-