Package crackers.hassk
Interface HAssKClient.Entity
-
- All Implemented Interfaces:
public interface HAssKClient.Entity
Basic "thing".
-
-
Method Summary
Modifier and Type Method Description abstract String
getEntityId()
everything should have a unique ID abstract String
getDomain()
-
-
Method Detail
-
getEntityId
abstract String getEntityId()
everything should have a unique ID
-
-
-
-