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 () |
![]() | |
byte | getInstanceCode () |
void | allocateSelfDeviceInstanceCode () |
void | onNew () |
Setter | set () |
Setter | set (boolean responseRequired) |
Getter | get () |
Informer | inform () |
![]() | |
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 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} |
Additional Inherited Members | |
![]() | |
byte | mEchoInstanceCode = 0 |
Definition at line 26 of file ColdOrHotWaterHeatSourceEquipment.java.
Getter com.sonycsl.echo.eoj.device.housingfacilities.ColdOrHotWaterHeatSourceEquipment.get | ( | ) |
Definition at line 1332 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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.
|
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.
|
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 |
Definition at line 3696 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 3700 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
protected |
Definition at line 1271 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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.
|
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.
|
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.
|
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.
|
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
|
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.
|
protected |
Definition at line 1343 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 3705 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 3709 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
protected |
Definition at line 1296 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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 |
Definition at line 3679 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 3683 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 3687 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 3691 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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.
|
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.
|
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.
|
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.
|
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.
|
protected |
Definition at line 1248 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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.
|
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.
|
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.
|
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.
|
protected |
Definition at line 47 of file ColdOrHotWaterHeatSourceEquipment.java.
|
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
|
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
|
static |
Definition at line 28 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 36 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 37 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 38 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 34 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 33 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 42 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 39 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 40 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 30 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 44 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 41 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 35 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 43 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 31 of file ColdOrHotWaterHeatSourceEquipment.java.
|
static |
Definition at line 32 of file ColdOrHotWaterHeatSourceEquipment.java.