OpenECHO
 All Classes Namespaces Files Functions Variables
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment Class Referenceabstract
Inheritance diagram for com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment:
com.sonycsl.echo.eoj.device.DeviceObject com.sonycsl.echo.eoj.EchoObject

Classes

class  Getter
 
class  Informer
 
class  Proxy
 
class  Receiver
 
class  Setter
 

Public Member Functions

void onNew ()
 
short getEchoClassCode ()
 
Setter set ()
 
Setter set (boolean responseRequired)
 
Getter get ()
 
Informer inform ()
 
- Public Member Functions inherited from com.sonycsl.echo.eoj.device.DeviceObject
byte getInstanceCode ()
 
void allocateSelfDeviceInstanceCode ()
 
void onNew ()
 
Setter set ()
 
Setter set (boolean responseRequired)
 
Getter get ()
 
Informer inform ()
 
- Public Member Functions inherited from com.sonycsl.echo.eoj.EchoObject
 EchoObject ()
 
void onNew ()
 
void onFound ()
 
final byte[] getStatusChangeAnnouncementProperties ()
 
final byte[] getSetProperties ()
 
final byte[] getGetProperties ()
 
String toString ()
 
final byte getClassGroupCode ()
 
final byte getClassCode ()
 
abstract byte getInstanceCode ()
 
abstract short getEchoClassCode ()
 
final int getEchoObjectCode ()
 
final void setNode (EchoNode node)
 
final EchoNode getNode ()
 
final void removeNode ()
 
final boolean isSelfObject ()
 
final boolean isProxy ()
 
final void setReceiver (Receiver receiver)
 
final Receiver getReceiver ()
 
final EchoFrame onReceiveRequest (EchoFrame frame)
 
Setter set ()
 
Setter set (boolean responseRequired)
 
Getter get ()
 
Informer inform ()
 

Static Public Member Functions

static Setter setG ()
 
static Setter setG (byte instanceCode)
 
static Setter setG (boolean responseRequired)
 
static Setter setG (byte instanceCode, boolean responseRequired)
 
static Getter getG ()
 
static Getter getG (byte instanceCode)
 
static Informer informG ()
 
static Informer informG (byte instanceCode)
 

Static Public Attributes

static final short ECHO_CLASS_CODE = (short)0x027A
 
static final byte EPC_OPERATION_MODE_SETTING = (byte)0xE0
 
static final byte EPC_WATER_TEMPERATURE_SETTING1 = (byte)0xE1
 
static final byte EPC_WATER_TEMPERATURE_SETTING2 = (byte)0xE2
 
static final byte EPC_MEASURED_TEMPERATURE_OF_OUTWARD_WATER_EXIT_WATER_TEMPERATURE = (byte)0xE3
 
static final byte EPC_MEASURED_TEMPERATURE_OF_INWARD_WATER_ENTRANCE_WATER_TEMPERATURE = (byte)0xE4
 
static final byte EPC_SPECIAL_OPERATION_SETTING = (byte)0xE5
 
static final byte EPC_DAILY_TIMER_SETTING = (byte)0xE6
 
static final byte EPC_DAILY_TIMER_SETTING1 = (byte)0xE7
 
static final byte EPC_DAILY_TIMER_SETTING2 = (byte)0xE8
 
static final byte EPC_ON_TIMER_RESERVATION_SETTING = (byte)0x90
 
static final byte EPC_ON_TIMER_SETTING = (byte)0x91
 
static final byte EPC_RELATIVE_ON_TIMER_SETTING = (byte)0x92
 
static final byte EPC_OFF_TIMER_RESERVATION_SETTING = (byte)0x94
 
static final byte EPC_TIME_SET_BY_OFF_TIMER = (byte)0x95
 
static final byte EPC_RELATIVE_OFF_TIMER_SETTING = (byte)0x96
 
- Static Public Attributes inherited from com.sonycsl.echo.eoj.device.DeviceObject
static final byte EPC_OPERATION_STATUS = (byte)0x80
 
static final byte EPC_INSTALLATION_LOCATION = (byte)0x81
 
static final byte EPC_STANDARD_VERSION_INFORMATION = (byte)0x82
 
static final byte EPC_IDENTIFICATION_NUMBER = (byte)0x83
 
static final byte EPC_MEASURED_INSTANTANEOUS_POWER_CONSUMPTION = (byte)0x84
 
static final byte EPC_MEASURED_CUMULATIVE_POWER_CONSUMPTION = (byte)0x85
 
static final byte EPC_MANUFACTURERS_FAULT_CODE = (byte)0x86
 
static final byte EPC_CURRENT_LIMIT_SETTING = (byte)0x87
 
static final byte EPC_FAULT_STATUS = (byte)0x88
 
static final byte EPC_FAULT_DESCRIPTION = (byte)0x89
 
static final byte EPC_MANUFACTURER_CODE = (byte)0x8A
 
static final byte EPC_BUSINESS_FACILITY_CODE = (byte)0x8B
 
static final byte EPC_PRODUCT_CODE = (byte)0x8C
 
static final byte EPC_PRODUCTION_NUMBER = (byte)0x8D
 
static final byte EPC_PRODUCTION_DATE = (byte)0x8E
 
static final byte EPC_POWER_SAVING_OPERATION_SETTING = (byte)0x8F
 
static final byte EPC_REMOTE_CONTROL_SETTING = (byte)0x93
 
static final byte EPC_CURRENT_TIME_SETTING = (byte)0x97
 
static final byte EPC_CURRENT_DATE_SETTING = (byte)0x98
 
static final byte EPC_POWER_LIMIT_SETTING = (byte)0x99
 
static final byte EPC_CUMULATIVE_OPERATING_TIME = (byte)0x9A
 
static final byte EPC_STATUS_CHANGE_ANNOUNCEMENT_PROPERTY_MAP = (byte)0x9D
 
static final byte EPC_SET_PROPERTY_MAP = (byte)0x9E
 
static final byte EPC_GET_PROPERTY_MAP = (byte)0x9F
 
static final byte[] EDT_OPERATION_STATUS_ON = {(byte)0x30}
 
static final byte[] EDT_OPERATION_STATUS_OFF = {(byte)0x31}
 
static final byte[] EDT_STANDARD_VERSION_INFORMATION = {(byte)0x00, (byte)0x00, (byte)0x41, (byte)0x00}
 

Protected Member Functions

void setupPropertyMaps ()
 
boolean setOperationStatus (byte[] edt)
 
abstract byte[] getOperationStatus ()
 
boolean setOperationModeSetting (byte[] edt)
 
byte[] getOperationModeSetting ()
 
boolean isValidOperationModeSetting (byte[] edt)
 
abstract boolean setWaterTemperatureSetting1 (byte[] edt)
 
abstract byte[] getWaterTemperatureSetting1 ()
 
boolean isValidWaterTemperatureSetting1 (byte[] edt)
 
abstract boolean setWaterTemperatureSetting2 (byte[] edt)
 
abstract byte[] getWaterTemperatureSetting2 ()
 
boolean isValidWaterTemperatureSetting2 (byte[] edt)
 
byte[] getMeasuredTemperatureOfOutwardWaterExitWaterTemperature ()
 
boolean isValidMeasuredTemperatureOfOutwardWaterExitWaterTemperature (byte[] edt)
 
byte[] getMeasuredTemperatureOfInwardWaterEntranceWaterTemperature ()
 
boolean isValidMeasuredTemperatureOfInwardWaterEntranceWaterTemperature (byte[] edt)
 
boolean setSpecialOperationSetting (byte[] edt)
 
byte[] getSpecialOperationSetting ()
 
boolean isValidSpecialOperationSetting (byte[] edt)
 
boolean setDailyTimerSetting (byte[] edt)
 
byte[] getDailyTimerSetting ()
 
boolean isValidDailyTimerSetting (byte[] edt)
 
boolean setDailyTimerSetting1 (byte[] edt)
 
byte[] getDailyTimerSetting1 ()
 
boolean isValidDailyTimerSetting1 (byte[] edt)
 
boolean setDailyTimerSetting2 (byte[] edt)
 
byte[] getDailyTimerSetting2 ()
 
boolean isValidDailyTimerSetting2 (byte[] edt)
 
boolean setOnTimerReservationSetting (byte[] edt)
 
byte[] getOnTimerReservationSetting ()
 
boolean isValidOnTimerReservationSetting (byte[] edt)
 
boolean setOnTimerSetting (byte[] edt)
 
byte[] getOnTimerSetting ()
 
boolean isValidOnTimerSetting (byte[] edt)
 
boolean setRelativeOnTimerSetting (byte[] edt)
 
byte[] getRelativeOnTimerSetting ()
 
boolean isValidRelativeOnTimerSetting (byte[] edt)
 
boolean setOffTimerReservationSetting (byte[] edt)
 
byte[] getOffTimerReservationSetting ()
 
boolean isValidOffTimerReservationSetting (byte[] edt)
 
boolean setTimeSetByOffTimer (byte[] edt)
 
byte[] getTimeSetByOffTimer ()
 
boolean isValidTimeSetByOffTimer (byte[] edt)
 
boolean setRelativeOffTimerSetting (byte[] edt)
 
byte[] getRelativeOffTimerSetting ()
 
boolean isValidRelativeOffTimerSetting (byte[] edt)
 
synchronized boolean setProperty (EchoProperty property)
 
synchronized byte[] getProperty (byte epc)
 
synchronized boolean isValidProperty (EchoProperty property)
 
Informer inform (boolean multicast)
 
- Protected Member Functions inherited from com.sonycsl.echo.eoj.device.DeviceObject
void setupPropertyMaps ()
 
synchronized boolean setProperty (EchoProperty property)
 
synchronized byte[] getProperty (byte epc)
 
synchronized boolean isValidProperty (EchoProperty property)
 
boolean setOperationStatus (byte[] edt)
 
abstract byte[] getOperationStatus ()
 
boolean isValidOperationStatus (byte[] edt)
 
abstract boolean setInstallationLocation (byte[] edt)
 
abstract byte[] getInstallationLocation ()
 
boolean isValidInstallationLocation (byte[] edt)
 
byte[] getStandardVersionInformation ()
 
boolean isValidStandardVersionInformation (byte[] edt)
 
byte[] getIdentificationNumber ()
 
boolean isValidIdentificationNumber (byte[] edt)
 
byte[] getMeasuredInstantaneousPowerConsumption ()
 
boolean isValidMeasuredInstantaneousPowerConsumption (byte[] edt)
 
byte[] getMeasuredCumulativePowerConsumption ()
 
boolean isValidMeasuredCumulativePowerConsumption (byte[] edt)
 
byte[] getManufacturersFaultCode ()
 
boolean isValidManufacturersFaultCode (byte[] edt)
 
boolean setCurrentLimitSetting (byte[] edt)
 
byte[] getCurrentLimitSetting ()
 
boolean isValidCurrentLimitSetting (byte[] edt)
 
abstract byte[] getFaultStatus ()
 
boolean isValidFaultStatus (byte[] edt)
 
byte[] getFaultDescription ()
 
boolean isValidFaultDescription (byte[] edt)
 
abstract byte[] getManufacturerCode ()
 
boolean isValidManufacturerCode (byte[] edt)
 
byte[] getBusinessFacilityCode ()
 
boolean isValidBusinessFacilityCode (byte[] edt)
 
byte[] getProductCode ()
 
boolean isValidProductCode (byte[] edt)
 
byte[] getProductionNumber ()
 
boolean isValidProductionNumber (byte[] edt)
 
byte[] getProductionDate ()
 
boolean isValidProductionDate (byte[] edt)
 
boolean setPowerSavingOperationSetting (byte[] edt)
 
byte[] getPowerSavingOperationSetting ()
 
boolean isValidPowerSavingOperationSetting (byte[] edt)
 
boolean setRemoteControlSetting (byte[] edt)
 
byte[] getRemoteControlSetting ()
 
boolean isValidRemoteControlSetting (byte[] edt)
 
boolean setCurrentTimeSetting (byte[] edt)
 
byte[] getCurrentTimeSetting ()
 
boolean isValidCurrentTimeSetting (byte[] edt)
 
boolean setCurrentDateSetting (byte edt[])
 
byte[] getCurrentDateSetting ()
 
boolean isValidCurrentDateSetting (byte[] edt)
 
boolean setPowerLimitSetting (byte[] edt)
 
byte[] getPowerLimitSetting ()
 
boolean isValidPowerLimitSetting (byte[] edt)
 
byte[] getCumulativeOperatingTime ()
 
boolean isValidCumulativeOperatingTime (byte[] edt)
 
byte[] getStatusChangeAnnouncementPropertyMap ()
 
boolean isValidStatusChangeAnnouncementPropertyMap (byte[] edt)
 
byte[] getSetPropertyMap ()
 
boolean isValidSetPropertyMap (byte[] edt)
 
byte[] getGetPropertyMap ()
 
boolean isValidGetPropertyMap (byte[] edt)
 
Informer inform (boolean multicast)
 
- Protected Member Functions inherited from com.sonycsl.echo.eoj.EchoObject
void setupPropertyMaps ()
 
final void addStatusChangeAnnouncementProperty (byte epc)
 
final void removeStatusChangeAnnouncementProperty (byte epc)
 
final void clearStatusChangeAnnouncementProperties ()
 
final void addSetProperty (byte epc)
 
final void removeSetProperty (byte epc)
 
final void clearSetProperties ()
 
final void addGetProperty (byte epc)
 
final void removeGetProperty (byte epc)
 
final void clearGetProperties ()
 
synchronized boolean setProperty (EchoProperty property)
 
synchronized byte[] getProperty (byte epc)
 
synchronized boolean isValidProperty (EchoProperty property)
 
final void onReceiveSetRequest (EchoProperty property, EchoFrame response)
 
final void onReceiveGetRequest (byte epc, EchoFrame response)
 
Informer inform (boolean multicast)
 
InformerC informC (String address)
 

Additional Inherited Members

- Protected Attributes inherited from com.sonycsl.echo.eoj.device.DeviceObject
byte mEchoInstanceCode = 0
 

Detailed Description

Definition at line 26 of file ColdOrHotWaterHeatSourceEquipment.java.

Member Function Documentation

Getter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.get ( )

Definition at line 1332 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getDailyTimerSetting ( )
protected

Property name : Daily timer setting

EPC : 0xE6

Contents of property :
Daily timer ON/OFF
Up tp 2 kinds of timers can be used

Value range (decimal notation) :
Timer OFF=0x40, timer 1=0x41 timer 2=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 590 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getDailyTimerSetting1 ( )
protected

Property name : Daily timer setting 1

EPC : 0xE7

Contents of property :
Time set by daily timer

Value range (decimal notation) :
Set the time in the unit of 30 minutes, dividing 24 hours by 30 minutes and allocated 6 bytes.
Each bit 1: worked 0: stopped

Data type : unsigned char × 6

Data size : 6 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 670 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getDailyTimerSetting2 ( )
protected

Property name : Daily timer setting 2

EPC : 0xE8

Contents of property :
Time set by daily timer

Value range (decimal notation) :
Set the time in the unit of 30 minutes, dividing 24 hours by 30 minutes and allocated 6 bytes.
Each bit 1: worked 0: stopped

Data type : unsigned char × 6

Data size : 6 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 751 of file ColdOrHotWaterHeatSourceEquipment.java.

short com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getEchoClassCode ( )

Definition at line 66 of file ColdOrHotWaterHeatSourceEquipment.java.

static Getter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getG ( )
static

Definition at line 3696 of file ColdOrHotWaterHeatSourceEquipment.java.

static Getter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getG ( byte  instanceCode)
static

Definition at line 3700 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getMeasuredTemperatureOfInwardWaterEntranceWaterTemperature ( )
protected

Property name : Measured temperature of inward water (Entrance water temperature)

EPC : 0xE4

Contents of property :
Measured temperature of inward water

Value range (decimal notation) :
0x00.0x64 (0.100.C)

Data type : unsigned char

Data size : 1 byte

Unit : .C

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 431 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getMeasuredTemperatureOfOutwardWaterExitWaterTemperature ( )
protected

Property name : Measured temperature of outward water (Exit water Temperature)

EPC : 0xE3

Contents of property :
Measured temperature of outward water

Value range (decimal notation) :
0x00.0x64 (0.100.C)

Data type : unsigned char

Data size : 1 byte

Unit : .C

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 378 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getOffTimerReservationSetting ( )
protected

Property name : OFF timer reservation setting

EPC : 0x94

Contents of property :
Reservation ON/OFF

Value range (decimal notation) :
ON=0x41, OFF=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1061 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getOnTimerReservationSetting ( )
protected

Property name : ON timer reservation setting

EPC : 0x90

Contents of property :
Reservation ON/OFF

Value range (decimal notation) :
ON=0x41, OFF=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 828 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getOnTimerSetting ( )
protected

Property name : ON timer setting

EPC : 0x91

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char × 2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 905 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getOperationModeSetting ( )
protected

Property name : Operation mode setting

EPC : 0xE0

Contents of property :
Set the operation mode of heating (hot water)/cooling (cold water) and gets the status

Value range (decimal notation) :
Heating=0x41,Cooling=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 167 of file ColdOrHotWaterHeatSourceEquipment.java.

abstract byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getOperationStatus ( )
abstractprotected

Property name : Operation status

EPC : 0x80

Contents of property :
This property indicates the ON/OFF status.

Value range (decimal notation) :
ON=0x30, OFF=0x31

Data type : unsigned char

Data size : 1 byte

Unit : —

Access rule :
Announce - undefined
Set - optional
Get - mandatory

Announcement at status change

synchronized byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getProperty ( byte  epc)
protected

Definition at line 1271 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getRelativeOffTimerSetting ( )
protected

Property name : Relative OFF timer setting

EPC : 0x96

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char ×2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1217 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getRelativeOnTimerSetting ( )
protected

Property name : Relative ON timer setting

EPC : 0x92

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char × 2

Data size : 2 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 983 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getSpecialOperationSetting ( )
protected

Property name : Special operation setting

EPC : 0xE5

Contents of property :
Sets Nornal Operation/ modest operation/high power operation and gets the status

Value range (decimal notation) :
Nornal Operation=0x41, modest
operation=0x42、high power
operation=0x43

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 511 of file ColdOrHotWaterHeatSourceEquipment.java.

byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getTimeSetByOffTimer ( )
protected

Property name : Time set by OFF timer

EPC : 0x95

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0-.0x3B (=0.23):(=0.59)

Data type : unsigned char ×2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1139 of file ColdOrHotWaterHeatSourceEquipment.java.

abstract byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getWaterTemperatureSetting1 ( )
abstractprotected

Property name : Water temperature setting 1

EPC : 0xE1

Contents of property :
This property indicates water
temperature setting。

Value range (decimal notation) :
0x00.0x64 (0.100.C) AUTO=0x71

Data type : unsigned char

Data size : 1 byte

Unit : .C

Access rule :
Announce - undefined
Set - mandatory
Get - mandatory

abstract byte [] com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.getWaterTemperatureSetting2 ( )
abstractprotected

Property name : Water temperature setting 2

EPC : 0xE2

Contents of property :
This property indicates water temperature setting level by 15 steps

Value range (decimal notation) :
Cooling (cold water):0x21.0x2F Heating (hot water):0x31.0x3F indicated the minimum to maximum
level respectively
AUTO=0x41

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - mandatory
Get - mandatory

Informer com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.inform ( )

Definition at line 1338 of file ColdOrHotWaterHeatSourceEquipment.java.

Informer com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.inform ( boolean  multicast)
protected

Definition at line 1343 of file ColdOrHotWaterHeatSourceEquipment.java.

static Informer com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.informG ( )
static

Definition at line 3705 of file ColdOrHotWaterHeatSourceEquipment.java.

static Informer com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.informG ( byte  instanceCode)
static

Definition at line 3709 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidDailyTimerSetting ( byte[]  edt)
protected

Property name : Daily timer setting

EPC : 0xE6

Contents of property :
Daily timer ON/OFF
Up tp 2 kinds of timers can be used

Value range (decimal notation) :
Timer OFF=0x40, timer 1=0x41 timer 2=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 615 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidDailyTimerSetting1 ( byte[]  edt)
protected

Property name : Daily timer setting 1

EPC : 0xE7

Contents of property :
Time set by daily timer

Value range (decimal notation) :
Set the time in the unit of 30 minutes, dividing 24 hours by 30 minutes and allocated 6 bytes.
Each bit 1: worked 0: stopped

Data type : unsigned char × 6

Data size : 6 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 696 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidDailyTimerSetting2 ( byte[]  edt)
protected

Property name : Daily timer setting 2

EPC : 0xE8

Contents of property :
Time set by daily timer

Value range (decimal notation) :
Set the time in the unit of 30 minutes, dividing 24 hours by 30 minutes and allocated 6 bytes.
Each bit 1: worked 0: stopped

Data type : unsigned char × 6

Data size : 6 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 777 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidMeasuredTemperatureOfInwardWaterEntranceWaterTemperature ( byte[]  edt)
protected

Property name : Measured temperature of inward water (Entrance water temperature)

EPC : 0xE4

Contents of property :
Measured temperature of inward water

Value range (decimal notation) :
0x00.0x64 (0.100.C)

Data type : unsigned char

Data size : 1 byte

Unit : .C

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 456 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidMeasuredTemperatureOfOutwardWaterExitWaterTemperature ( byte[]  edt)
protected

Property name : Measured temperature of outward water (Exit water Temperature)

EPC : 0xE3

Contents of property :
Measured temperature of outward water

Value range (decimal notation) :
0x00.0x64 (0.100.C)

Data type : unsigned char

Data size : 1 byte

Unit : .C

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 403 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidOffTimerReservationSetting ( byte[]  edt)
protected

Property name : OFF timer reservation setting

EPC : 0x94

Contents of property :
Reservation ON/OFF

Value range (decimal notation) :
ON=0x41, OFF=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1086 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidOnTimerReservationSetting ( byte[]  edt)
protected

Property name : ON timer reservation setting

EPC : 0x90

Contents of property :
Reservation ON/OFF

Value range (decimal notation) :
ON=0x41, OFF=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 852 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidOnTimerSetting ( byte[]  edt)
protected

Property name : ON timer setting

EPC : 0x91

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char × 2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 930 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidOperationModeSetting ( byte[]  edt)
protected

Property name : Operation mode setting

EPC : 0xE0

Contents of property :
Set the operation mode of heating (hot water)/cooling (cold water) and gets the status

Value range (decimal notation) :
Heating=0x41,Cooling=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 191 of file ColdOrHotWaterHeatSourceEquipment.java.

synchronized boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidProperty ( EchoProperty  property)
protected

Definition at line 1296 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidRelativeOffTimerSetting ( byte[]  edt)
protected

Property name : Relative OFF timer setting

EPC : 0x96

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char ×2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1242 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidRelativeOnTimerSetting ( byte[]  edt)
protected

Property name : Relative ON timer setting

EPC : 0x92

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char × 2

Data size : 2 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1008 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidSpecialOperationSetting ( byte[]  edt)
protected

Property name : Special operation setting

EPC : 0xE5

Contents of property :
Sets Nornal Operation/ modest operation/high power operation and gets the status

Value range (decimal notation) :
Nornal Operation=0x41, modest
operation=0x42、high power
operation=0x43

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 537 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidTimeSetByOffTimer ( byte[]  edt)
protected

Property name : Time set by OFF timer

EPC : 0x95

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0-.0x3B (=0.23):(=0.59)

Data type : unsigned char ×2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1164 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidWaterTemperatureSetting1 ( byte[]  edt)
protected

Property name : Water temperature setting 1

EPC : 0xE1

Contents of property :
This property indicates water
temperature setting。

Value range (decimal notation) :
0x00.0x64 (0.100.C) AUTO=0x71

Data type : unsigned char

Data size : 1 byte

Unit : .C

Access rule :
Announce - undefined
Set - mandatory
Get - mandatory

Definition at line 269 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.isValidWaterTemperatureSetting2 ( byte[]  edt)
protected

Property name : Water temperature setting 2

EPC : 0xE2

Contents of property :
This property indicates water temperature setting level by 15 steps

Value range (decimal notation) :
Cooling (cold water):0x21.0x2F Heating (hot water):0x31.0x3F indicated the minimum to maximum
level respectively
AUTO=0x41

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - mandatory
Get - mandatory

Definition at line 350 of file ColdOrHotWaterHeatSourceEquipment.java.

void com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.onNew ( )

Definition at line 60 of file ColdOrHotWaterHeatSourceEquipment.java.

Setter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.set ( )

Definition at line 1321 of file ColdOrHotWaterHeatSourceEquipment.java.

Setter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.set ( boolean  responseRequired)

Definition at line 1326 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setDailyTimerSetting ( byte[]  edt)
protected

Property name : Daily timer setting

EPC : 0xE6

Contents of property :
Daily timer ON/OFF
Up tp 2 kinds of timers can be used

Value range (decimal notation) :
Timer OFF=0x40, timer 1=0x41 timer 2=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 565 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setDailyTimerSetting1 ( byte[]  edt)
protected

Property name : Daily timer setting 1

EPC : 0xE7

Contents of property :
Time set by daily timer

Value range (decimal notation) :
Set the time in the unit of 30 minutes, dividing 24 hours by 30 minutes and allocated 6 bytes.
Each bit 1: worked 0: stopped

Data type : unsigned char × 6

Data size : 6 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 644 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setDailyTimerSetting2 ( byte[]  edt)
protected

Property name : Daily timer setting 2

EPC : 0xE8

Contents of property :
Time set by daily timer

Value range (decimal notation) :
Set the time in the unit of 30 minutes, dividing 24 hours by 30 minutes and allocated 6 bytes.
Each bit 1: worked 0: stopped

Data type : unsigned char × 6

Data size : 6 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 725 of file ColdOrHotWaterHeatSourceEquipment.java.

static Setter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setG ( )
static

Definition at line 3679 of file ColdOrHotWaterHeatSourceEquipment.java.

static Setter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setG ( byte  instanceCode)
static

Definition at line 3683 of file ColdOrHotWaterHeatSourceEquipment.java.

static Setter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setG ( boolean  responseRequired)
static

Definition at line 3687 of file ColdOrHotWaterHeatSourceEquipment.java.

static Setter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setG ( byte  instanceCode,
boolean  responseRequired 
)
static

Definition at line 3691 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setOffTimerReservationSetting ( byte[]  edt)
protected

Property name : OFF timer reservation setting

EPC : 0x94

Contents of property :
Reservation ON/OFF

Value range (decimal notation) :
ON=0x41, OFF=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1036 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setOnTimerReservationSetting ( byte[]  edt)
protected

Property name : ON timer reservation setting

EPC : 0x90

Contents of property :
Reservation ON/OFF

Value range (decimal notation) :
ON=0x41, OFF=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 804 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setOnTimerSetting ( byte[]  edt)
protected

Property name : ON timer setting

EPC : 0x91

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char × 2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 880 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setOperationModeSetting ( byte[]  edt)
protected

Property name : Operation mode setting

EPC : 0xE0

Contents of property :
Set the operation mode of heating (hot water)/cooling (cold water) and gets the status

Value range (decimal notation) :
Heating=0x41,Cooling=0x42

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 143 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setOperationStatus ( byte[]  edt)
protected

Property name : Operation status

EPC : 0x80

Contents of property :
This property indicates the ON/OFF status.

Value range (decimal notation) :
ON=0x30, OFF=0x31

Data type : unsigned char

Data size : 1 byte

Unit : —

Access rule :
Announce - undefined
Set - optional
Get - mandatory

Announcement at status change

Definition at line 94 of file ColdOrHotWaterHeatSourceEquipment.java.

synchronized boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setProperty ( EchoProperty  property)
protected

Definition at line 1248 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setRelativeOffTimerSetting ( byte[]  edt)
protected

Property name : Relative OFF timer setting

EPC : 0x96

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char ×2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1192 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setRelativeOnTimerSetting ( byte[]  edt)
protected

Property name : Relative ON timer setting

EPC : 0x92

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0.0x3B (=0.23):(=0.59)

Data type : unsigned char × 2

Data size : 2 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 958 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setSpecialOperationSetting ( byte[]  edt)
protected

Property name : Special operation setting

EPC : 0xE5

Contents of property :
Sets Nornal Operation/ modest operation/high power operation and gets the status

Value range (decimal notation) :
Nornal Operation=0x41, modest
operation=0x42、high power
operation=0x43

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 485 of file ColdOrHotWaterHeatSourceEquipment.java.

boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setTimeSetByOffTimer ( byte[]  edt)
protected

Property name : Time set by OFF timer

EPC : 0x95

Contents of property :
Timer value HH:MM

Value range (decimal notation) :
0.0x17: 0-.0x3B (=0.23):(=0.59)

Data type : unsigned char ×2

Data size : 2 bytes

Unit : .

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 1114 of file ColdOrHotWaterHeatSourceEquipment.java.

void com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setupPropertyMaps ( )
protected

Definition at line 47 of file ColdOrHotWaterHeatSourceEquipment.java.

abstract boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setWaterTemperatureSetting1 ( byte[]  edt)
abstractprotected

Property name : Water temperature setting 1

EPC : 0xE1

Contents of property :
This property indicates water
temperature setting。

Value range (decimal notation) :
0x00.0x64 (0.100.C) AUTO=0x71

Data type : unsigned char

Data size : 1 byte

Unit : .C

Access rule :
Announce - undefined
Set - mandatory
Get - mandatory

abstract boolean com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.setWaterTemperatureSetting2 ( byte[]  edt)
abstractprotected

Property name : Water temperature setting 2

EPC : 0xE2

Contents of property :
This property indicates water temperature setting level by 15 steps

Value range (decimal notation) :
Cooling (cold water):0x21.0x2F Heating (hot water):0x31.0x3F indicated the minimum to maximum
level respectively
AUTO=0x41

Data type : unsigned char

Data size : 1 byte

Unit : .

Access rule :
Announce - undefined
Set - mandatory
Get - mandatory

Member Data Documentation

final short com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.ECHO_CLASS_CODE = (short)0x027A
static

Definition at line 28 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_DAILY_TIMER_SETTING = (byte)0xE6
static

Definition at line 36 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_DAILY_TIMER_SETTING1 = (byte)0xE7
static

Definition at line 37 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_DAILY_TIMER_SETTING2 = (byte)0xE8
static

Definition at line 38 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_MEASURED_TEMPERATURE_OF_INWARD_WATER_ENTRANCE_WATER_TEMPERATURE = (byte)0xE4
static

Definition at line 34 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_MEASURED_TEMPERATURE_OF_OUTWARD_WATER_EXIT_WATER_TEMPERATURE = (byte)0xE3
static

Definition at line 33 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_OFF_TIMER_RESERVATION_SETTING = (byte)0x94
static

Definition at line 42 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_ON_TIMER_RESERVATION_SETTING = (byte)0x90
static

Definition at line 39 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_ON_TIMER_SETTING = (byte)0x91
static

Definition at line 40 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_OPERATION_MODE_SETTING = (byte)0xE0
static

Definition at line 30 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_RELATIVE_OFF_TIMER_SETTING = (byte)0x96
static

Definition at line 44 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_RELATIVE_ON_TIMER_SETTING = (byte)0x92
static

Definition at line 41 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_SPECIAL_OPERATION_SETTING = (byte)0xE5
static

Definition at line 35 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_TIME_SET_BY_OFF_TIMER = (byte)0x95
static

Definition at line 43 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_WATER_TEMPERATURE_SETTING1 = (byte)0xE1
static

Definition at line 31 of file ColdOrHotWaterHeatSourceEquipment.java.

final byte com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.EPC_WATER_TEMPERATURE_SETTING2 = (byte)0xE2
static

Definition at line 32 of file ColdOrHotWaterHeatSourceEquipment.java.


The documentation for this class was generated from the following file: