java.lang.String |
EnOceanHost.apiVersion() |
Returns the chip's API version info (cf.
|
java.lang.String |
EnOceanHost.appVersion() |
Returns the chip's application version info (cf.
|
int |
EnOceanHost.getBaseID() |
Gets the BASE_ID of the chip, if set (cf.
|
int |
EnOceanHost.getChipId(java.lang.String servicePID) |
Retrieves the CHIP_ID associated with the given servicePID, if existing
on this chip.
|
int |
EnOceanHost.getRepeaterLevel() |
Gets the current repeater level of the host (cf.
|
void |
EnOceanHost.reset() |
Reset the EnOcean Host (cf.
|
void |
EnOceanHost.setBaseID(int baseID) |
Sets the base ID of the device, may be used up to 10 times (cf.
|
void |
EnOceanHost.setRepeaterLevel(int level) |
Sets the repeater level on the host (cf.
|