Package crackers.hassk
Class HAssKClient.Select
-
- All Implemented Interfaces:
-
crackers.hassk.HAssKClient.Entity
public final class HAssKClient.Select implements HAssKClient.Entity
Select a thing - e.g. a menu item.
TODO get select items
-
-
Constructor Summary
Constructors Constructor Description HAssKClient.Select(String name, List<String> options)
-
Method Summary
Modifier and Type Method Description String
getDomain()
String
getEntityId()
everything should have a unique ID final List<String>
getOptions()
-
-
Method Detail
-
getEntityId
String getEntityId()
everything should have a unique ID
-
getOptions
final List<String> getOptions()
-
-
-
-