-
- All Implemented Interfaces:
-
com.nimmsta.intent_library.models.actions.IAction
public final class SearchForNimmstaDevicesAction implements IAction
This action starts the search for new devices Use the Events (com.nimmsta.intent_library.NIMMSTAManagerEventHandler.deviceFound, com.nimmsta.intent_library.NIMMSTAManagerEventHandler.deviceRemoved) of the com.nimmsta.intent_library.NIMMSTAManagerEventHandler to get informed about newly discovered or lost devices
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDeviceActionprivate final Stringname
-
Constructor Summary
Constructors Constructor Description SearchForNimmstaDevicesAction()
-
Method Summary
Modifier and Type Method Description BooleangetIsDeviceAction()StringgetName()JsonObjectgetDataJson()-
-
Method Detail
-
getIsDeviceAction
Boolean getIsDeviceAction()
-
getDataJson
JsonObject getDataJson()
-
-
-
-