static Automation |
Automation.convertUpDown(Automation autMsg) |
Convert an Automation message UP<>DOWN
|
abstract OpenDeviceType |
BaseOpenMessage.detectDeviceType() |
|
OpenDeviceType |
EnergyManagement.detectDeviceType() |
|
int |
Thermoregulation.getActuatorStatus(int n) |
Extracts status of actuator N from message
|
int[] |
BaseOpenMessage.getCommandParams() |
Returns message command parameters (*WHO*WHAT#Param1#Param2...#ParamN*...), or empty array if
no parameters are present
|
int[] |
BaseOpenMessage.getDimParams() |
Returns an array with DIM parameters PAR1..PARN (*#WHO*DIM#PAR1..#PARN*...##), or empty array
if no parameters are present
|
String[] |
BaseOpenMessage.getDimValues() |
Returns and array with DIM values, or empty array if no values are present
|
Thermoregulation.LocalOffset |
Thermoregulation.getLocalOffset() |
Extracts the Local Offset value
|
boolean |
BaseOpenMessage.isCommandTranslation() |
Check if message is a command translation (*WHO*1000#WHAT*...##)
|
static Thermoregulation.ValveOrActuatorStatus |
Thermoregulation.parseActuatorStatus(Thermoregulation msg) |
Parse actuator status from Thermoregulation message (dimensions: 20)
|
int |
Lighting.parseDimmerLevel100() |
Parse dimmerLevel100 (DIM: 1)
|
static Thermoregulation.FanCoilSpeed |
Thermoregulation.parseFanCoilSpeed(Thermoregulation msg) |
Parse fan coil speed from Thermoregulation message (dimensions: 11)
|
static String |
GatewayMgmt.parseFirmwareVersion(GatewayMgmt msg) |
|
static byte[] |
GatewayMgmt.parseMACAddress(GatewayMgmt msg) |
Parse MAC address in the OWN message and return values in byte[]
|
static double |
Thermoregulation.parseTemperature(Thermoregulation msg) |
Parse temperature from a Thermoregulation message (dimensions: 0, 12, 14 or 15)
|
static Thermoregulation.ValveOrActuatorStatus |
Thermoregulation.parseValveStatus(Thermoregulation msg,
Thermoregulation.WhatThermo what) |
Parse valve status (CV and HV) from Thermoregulation message (dimensions: 19)
|
protected void |
Automation.parseWhere() |
|
protected abstract void |
BaseOpenMessage.parseWhere() |
|
protected void |
EnergyManagement.parseWhere() |
|
protected void |
EnergyManagementDiagnostic.parseWhere() |
|
protected void |
GatewayMgmt.parseWhere() |
|
protected void |
Lighting.parseWhere() |
|
protected void |
Thermoregulation.parseWhere() |
|
protected void |
ThermoregulationDiagnostic.parseWhere() |
|