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)0x0134 |
static final byte | EPC_SET_VALUE_OF_ROOM_RELATIVE_HUMIDITY = (byte)0xB4 |
static final byte | EPC_VENTILATION_AUTO_SETTING = (byte)0xBF |
static final byte | EPC_MEASURED_VALUE_OF_ROOM_RELATIVE_HUMIDITY = (byte)0xBA |
static final byte | EPC_SET_VALUE_OF_VENTILATION_AIR_FLOW_RATE = (byte)0xA0 |
static final byte | EPC_HEAT_EXCHANGER_OPERATION_SETTING = (byte)0xE0 |
static final byte | EPC_MEASURED_VALUE_OF_CO2_CONCENTRATION = (byte)0xC0 |
static final byte | EPC_SMOKE_CIGARETTE_DETECTION_STATUS = (byte)0xC1 |
![]() | |
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 AirConditionerVentilationFan.java.
Getter com.sonycsl.echo.eoj.device.airconditioner.AirConditionerVentilationFan.get | ( | ) |
Definition at line 615 of file AirConditionerVentilationFan.java.
short com.sonycsl.echo.eoj.device.airconditioner.AirConditionerVentilationFan.getEchoClassCode | ( | ) |
Definition at line 54 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1747 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1751 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Heat exchanger operation setting
EPC : 0xE0
Contents of property :
This property indicates ON/OFF status of heat exchanger.
Value range (decimal notation) :
Heat exchanger ON = 0x41, OFF=0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 427 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Measured value of CO2 concentration
EPC : 0xC0
Contents of property :
This property indicates measured value of CO2 concentration in ppm.
Value range (decimal notation) :
0x0000.0xFFFD (0.65533 ppm)
Data type : unsigned short
Data size : 2 bytes
Unit : ppm
Access rule :
Announce - undefined
Set - undefined
Get - optional
Definition at line 476 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Measured value of room relative humidity
EPC : 0xBA
Contents of property :
Measured value of room relative humidity
Value range (decimal notation) :
0x00.0x64 (0.100%)
Data type : unsigned char
Data size : 1 byte
Unit : %
Access rule :
Announce - undefined
Set - undefined
Get - optional
Definition at line 274 of file AirConditionerVentilationFan.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 - mandatory
Get - mandatory
Announcement at status change
|
protected |
Definition at line 570 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Set value of room relative humidity
EPC : 0xB4
Contents of property :
Set value of relative humidity at auto ventilating operation.
Value range (decimal notation) :
0x00.0x64, (0.100%)
Data type : unsigned char
Data size : 1 byte
Unit : %
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 153 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Set value of ventilation air flow rate
EPC : 0xA0
Contents of property :
Sets ventilation air flow rate level and ventilation air flow rate auto status. This property specifies ventilation air flow rate level (8-step).
Value range (decimal notation) :
Ventilation air flow rate auto status
= 0x41
Ventilation air flow rate level
= 0x31.0x38
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 352 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Smoke (cigarette) detection status
EPC : 0xC1
Contents of property :
This property indicates smoke (cigarette) detection status.
Value range (decimal notation) :
Smoke (cigarette) detection status found = 0x41
Smoke (cigarette) detection status not found = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - undefined
Get - optional
Definition at line 526 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Ventilation auto setting
EPC : 0xBF
Contents of property :
Auto/Non-auto
Value range (decimal notation) :
Auto = 0x41, Non-auto = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 225 of file AirConditionerVentilationFan.java.
Informer com.sonycsl.echo.eoj.device.airconditioner.AirConditionerVentilationFan.inform | ( | ) |
Definition at line 621 of file AirConditionerVentilationFan.java.
|
protected |
Definition at line 626 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1756 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1760 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Heat exchanger operation setting
EPC : 0xE0
Contents of property :
This property indicates ON/OFF status of heat exchanger.
Value range (decimal notation) :
Heat exchanger ON = 0x41, OFF=0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 450 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Measured value of CO2 concentration
EPC : 0xC0
Contents of property :
This property indicates measured value of CO2 concentration in ppm.
Value range (decimal notation) :
0x0000.0xFFFD (0.65533 ppm)
Data type : unsigned short
Data size : 2 bytes
Unit : ppm
Access rule :
Announce - undefined
Set - undefined
Get - optional
Definition at line 499 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Measured value of room relative humidity
EPC : 0xBA
Contents of property :
Measured value of room relative humidity
Value range (decimal notation) :
0x00.0x64 (0.100%)
Data type : unsigned char
Data size : 1 byte
Unit : %
Access rule :
Announce - undefined
Set - undefined
Get - optional
Definition at line 297 of file AirConditionerVentilationFan.java.
|
protected |
Definition at line 587 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Set value of room relative humidity
EPC : 0xB4
Contents of property :
Set value of relative humidity at auto ventilating operation.
Value range (decimal notation) :
0x00.0x64, (0.100%)
Data type : unsigned char
Data size : 1 byte
Unit : %
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 176 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Set value of ventilation air flow rate
EPC : 0xA0
Contents of property :
Sets ventilation air flow rate level and ventilation air flow rate auto status. This property specifies ventilation air flow rate level (8-step).
Value range (decimal notation) :
Ventilation air flow rate auto status
= 0x41
Ventilation air flow rate level
= 0x31.0x38
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 378 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Smoke (cigarette) detection status
EPC : 0xC1
Contents of property :
This property indicates smoke (cigarette) detection status.
Value range (decimal notation) :
Smoke (cigarette) detection status found = 0x41
Smoke (cigarette) detection status not found = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - undefined
Get - optional
Definition at line 550 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Ventilation auto setting
EPC : 0xBF
Contents of property :
Auto/Non-auto
Value range (decimal notation) :
Auto = 0x41, Non-auto = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 248 of file AirConditionerVentilationFan.java.
void com.sonycsl.echo.eoj.device.airconditioner.AirConditionerVentilationFan.onNew | ( | ) |
Definition at line 48 of file AirConditionerVentilationFan.java.
Setter com.sonycsl.echo.eoj.device.airconditioner.AirConditionerVentilationFan.set | ( | ) |
Definition at line 604 of file AirConditionerVentilationFan.java.
Setter com.sonycsl.echo.eoj.device.airconditioner.AirConditionerVentilationFan.set | ( | boolean | responseRequired | ) |
Definition at line 609 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1730 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1734 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1738 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 1742 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Heat exchanger operation setting
EPC : 0xE0
Contents of property :
This property indicates ON/OFF status of heat exchanger.
Value range (decimal notation) :
Heat exchanger ON = 0x41, OFF=0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 404 of file AirConditionerVentilationFan.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 - mandatory
Get - mandatory
Announcement at status change
|
protected |
Definition at line 556 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Set value of room relative humidity
EPC : 0xB4
Contents of property :
Set value of relative humidity at auto ventilating operation.
Value range (decimal notation) :
0x00.0x64, (0.100%)
Data type : unsigned char
Data size : 1 byte
Unit : %
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 130 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Set value of ventilation air flow rate
EPC : 0xA0
Contents of property :
Sets ventilation air flow rate level and ventilation air flow rate auto status. This property specifies ventilation air flow rate level (8-step).
Value range (decimal notation) :
Ventilation air flow rate auto status
= 0x41
Ventilation air flow rate level
= 0x31.0x38
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 326 of file AirConditionerVentilationFan.java.
|
protected |
Definition at line 39 of file AirConditionerVentilationFan.java.
|
protected |
Property name : Ventilation auto setting
EPC : 0xBF
Contents of property :
Auto/Non-auto
Value range (decimal notation) :
Auto = 0x41, Non-auto = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 202 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 28 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 34 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 35 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 32 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 30 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 33 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 36 of file AirConditionerVentilationFan.java.
|
static |
Definition at line 31 of file AirConditionerVentilationFan.java.