public interface IRCIExtension
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getDescriptorFile()
Retrieves the descriptor file as input stream
in order to be used by the RCI facility.
|
java.lang.String |
getSettingValue(java.lang.String group,
java.lang.String setting,
int index,
java.lang.String name)
Retrieves the value of the given setting name included in the
given setting group.
|
java.lang.String |
handleZigbeeRequest(java.lang.String data)
Handles a ZigBee target request with the given data.
|
java.lang.String |
setSettingValue(java.lang.String group,
java.lang.String setting,
java.lang.String value,
int index,
java.lang.String name)
Sets the value of the given setting name included in the
given setting group.
|
java.io.InputStream getDescriptorFile()
java.lang.String getSettingValue(java.lang.String group,
java.lang.String setting,
int index,
java.lang.String name)
group - Name of the group where the setting is included.setting - Name of the setting to retrieve its value.index - In case of multiple instances of the settings group, the group index for arrays.name - In case of multiple instances of the settings group, the group name for dictionaries.java.lang.String handleZigbeeRequest(java.lang.String data)
data - ZigBee request data in XML format.java.lang.String setSettingValue(java.lang.String group,
java.lang.String setting,
java.lang.String value,
int index,
java.lang.String name)
group - Name of the group where the setting is included.setting - Name of the setting to set its value.value - The new setting value.index - In case of multiple instances of the settings group, the group index for arrays.name - In case of multiple instances of the settings group, the group name for dictionaries.© Copyright 2014 Etherios, Inc. All rights reserved. Etherios, Inc. is a Division of Digi International Inc.