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.cookinghousehold.WashingMachine Class Referenceabstract
Inheritance diagram for com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine:
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)0x03C5
 
static final byte EPC_DOOR_COVER_OPEN_CLOSE_STATUS = (byte)0xB0
 
static final byte EPC_WASHING_MACHINE_SETTING = (byte)0xB2
 
static final byte EPC_CURRENT_STAGE_OF_WASHING_CYCLE = (byte)0xE1
 
static final byte EPC_TIME_REMAINING_TO_COMPLETE_WASHING_CYCLE = (byte)0xE6
 
static final byte EPC_ON_TIMER_RESERVATION_SETTING = (byte)0x90
 
static final byte EPC_ON_TIMER_SETTING = (byte)0x91
 
static final byte EPC_RELATIVE_TIME_BASED_ON_TIMER_SETTING = (byte)0x92
 
- 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 ()
 
byte[] getDoorCoverOpenCloseStatus ()
 
boolean isValidDoorCoverOpenCloseStatus (byte[] edt)
 
boolean setWashingMachineSetting (byte[] edt)
 
byte[] getWashingMachineSetting ()
 
boolean isValidWashingMachineSetting (byte[] edt)
 
byte[] getCurrentStageOfWashingCycle ()
 
boolean isValidCurrentStageOfWashingCycle (byte[] edt)
 
byte[] getTimeRemainingToCompleteWashingCycle ()
 
boolean isValidTimeRemainingToCompleteWashingCycle (byte[] edt)
 
boolean setOnTimerReservationSetting (byte[] edt)
 
byte[] getOnTimerReservationSetting ()
 
boolean isValidOnTimerReservationSetting (byte[] edt)
 
boolean setOnTimerSetting (byte[] edt)
 
byte[] getOnTimerSetting ()
 
boolean isValidOnTimerSetting (byte[] edt)
 
boolean setRelativeTimeBasedOnTimerSetting (byte[] edt)
 
byte[] getRelativeTimeBasedOnTimerSetting ()
 
boolean isValidRelativeTimeBasedOnTimerSetting (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 WashingMachine.java.

Member Function Documentation

Getter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.get ( )

Definition at line 613 of file WashingMachine.java.

byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getCurrentStageOfWashingCycle ( )
protected

Property name : Current stage of washing cycle

EPC : 0xE1

Contents of property :
This property indicates the current stage of the washing cycle.

Value range (decimal notation) :
Washing = 0x41, rinsing = 0x42, spin drying = 0x43, suspended = 0x44, washing cycle stopped/completed = 0x45

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 257 of file WashingMachine.java.

byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getDoorCoverOpenCloseStatus ( )
protected

Property name : Door/cover open/close status

EPC : 0xB0

Contents of property :
This property indicates whether the door/cover is open or closed.

Value range (decimal notation) :
Door/cover open = 0x41 Door/cover closed = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 130 of file WashingMachine.java.

short com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getEchoClassCode ( )

Definition at line 54 of file WashingMachine.java.

static Getter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getG ( )
static

Definition at line 1740 of file WashingMachine.java.

static Getter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getG ( byte  instanceCode)
static

Definition at line 1744 of file WashingMachine.java.

byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getOnTimerReservationSetting ( )
protected

Property name : ON timer reservation setting

EPC : 0x90

Contents of property :
Reservation ON/OFF

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

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 378 of file WashingMachine.java.

byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.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 450 of file WashingMachine.java.

abstract byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.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.cookinghousehold.WashingMachine.getProperty ( byte  epc)
protected

Definition at line 568 of file WashingMachine.java.

byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getRelativeTimeBasedOnTimerSetting ( )
protected

Property name : Relative time-based 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 bytes

Unit : -

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

Definition at line 524 of file WashingMachine.java.

byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getTimeRemainingToCompleteWashingCycle ( )
protected

Property name : Time remaining to complete washing cycle

EPC : 0xE6

Contents of property :
This property indicates the time remaining to complete the current washing cycle in the HH:MM:SS format.

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

Data type : unsigned char × 3

Data size : 3 bytes

Unit : -

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

Definition at line 306 of file WashingMachine.java.

byte [] com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.getWashingMachineSetting ( )
protected

Property name : Washing machine setting

EPC : 0xB2

Contents of property :
Washing machine setting

Value range (decimal notation) :
Start/restart the washing cycle (started/restarted) = 0x41
Suspend the washing cycle (suspended) = 0x42
Stop the washing cycle (stopped) = 0x43

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 206 of file WashingMachine.java.

Informer com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.inform ( )

Definition at line 619 of file WashingMachine.java.

Informer com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.inform ( boolean  multicast)
protected

Definition at line 624 of file WashingMachine.java.

static Informer com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.informG ( )
static

Definition at line 1749 of file WashingMachine.java.

static Informer com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.informG ( byte  instanceCode)
static

Definition at line 1753 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.isValidCurrentStageOfWashingCycle ( byte[]  edt)
protected

Property name : Current stage of washing cycle

EPC : 0xE1

Contents of property :
This property indicates the current stage of the washing cycle.

Value range (decimal notation) :
Washing = 0x41, rinsing = 0x42, spin drying = 0x43, suspended = 0x44, washing cycle stopped/completed = 0x45

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 280 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.isValidDoorCoverOpenCloseStatus ( byte[]  edt)
protected

Property name : Door/cover open/close status

EPC : 0xB0

Contents of property :
This property indicates whether the door/cover is open or closed.

Value range (decimal notation) :
Door/cover open = 0x41 Door/cover closed = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 153 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.isValidOnTimerReservationSetting ( byte[]  edt)
protected

Property name : ON timer reservation setting

EPC : 0x90

Contents of property :
Reservation ON/OFF

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

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 401 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.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 473 of file WashingMachine.java.

synchronized boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.isValidProperty ( EchoProperty  property)
protected

Definition at line 585 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.isValidRelativeTimeBasedOnTimerSetting ( byte[]  edt)
protected

Property name : Relative time-based 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 bytes

Unit : -

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

Definition at line 548 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.isValidTimeRemainingToCompleteWashingCycle ( byte[]  edt)
protected

Property name : Time remaining to complete washing cycle

EPC : 0xE6

Contents of property :
This property indicates the time remaining to complete the current washing cycle in the HH:MM:SS format.

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

Data type : unsigned char × 3

Data size : 3 bytes

Unit : -

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

Definition at line 329 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.isValidWashingMachineSetting ( byte[]  edt)
protected

Property name : Washing machine setting

EPC : 0xB2

Contents of property :
Washing machine setting

Value range (decimal notation) :
Start/restart the washing cycle (started/restarted) = 0x41
Suspend the washing cycle (suspended) = 0x42
Stop the washing cycle (stopped) = 0x43

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 231 of file WashingMachine.java.

void com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.onNew ( )

Definition at line 48 of file WashingMachine.java.

Setter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.set ( )

Definition at line 602 of file WashingMachine.java.

Setter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.set ( boolean  responseRequired)

Definition at line 607 of file WashingMachine.java.

static Setter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setG ( )
static

Definition at line 1723 of file WashingMachine.java.

static Setter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setG ( byte  instanceCode)
static

Definition at line 1727 of file WashingMachine.java.

static Setter com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setG ( boolean  responseRequired)
static

Definition at line 1731 of file WashingMachine.java.

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

Definition at line 1735 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setOnTimerReservationSetting ( byte[]  edt)
protected

Property name : ON timer reservation setting

EPC : 0x90

Contents of property :
Reservation ON/OFF

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

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 355 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.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 427 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.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 82 of file WashingMachine.java.

synchronized boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setProperty ( EchoProperty  property)
protected

Definition at line 554 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setRelativeTimeBasedOnTimerSetting ( byte[]  edt)
protected

Property name : Relative time-based 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 bytes

Unit : -

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

Definition at line 500 of file WashingMachine.java.

void com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setupPropertyMaps ( )
protected

Definition at line 39 of file WashingMachine.java.

boolean com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.setWashingMachineSetting ( byte[]  edt)
protected

Property name : Washing machine setting

EPC : 0xB2

Contents of property :
Washing machine setting

Value range (decimal notation) :
Start/restart the washing cycle (started/restarted) = 0x41
Suspend the washing cycle (suspended) = 0x42
Stop the washing cycle (stopped) = 0x43

Data type : unsigned char

Data size : 1 byte

Unit : -

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

Definition at line 181 of file WashingMachine.java.

Member Data Documentation

final short com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.ECHO_CLASS_CODE = (short)0x03C5
static

Definition at line 28 of file WashingMachine.java.

final byte com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.EPC_CURRENT_STAGE_OF_WASHING_CYCLE = (byte)0xE1
static

Definition at line 32 of file WashingMachine.java.

final byte com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.EPC_DOOR_COVER_OPEN_CLOSE_STATUS = (byte)0xB0
static

Definition at line 30 of file WashingMachine.java.

final byte com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.EPC_ON_TIMER_RESERVATION_SETTING = (byte)0x90
static

Definition at line 34 of file WashingMachine.java.

final byte com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.EPC_ON_TIMER_SETTING = (byte)0x91
static

Definition at line 35 of file WashingMachine.java.

final byte com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.EPC_RELATIVE_TIME_BASED_ON_TIMER_SETTING = (byte)0x92
static

Definition at line 36 of file WashingMachine.java.

final byte com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.EPC_TIME_REMAINING_TO_COMPLETE_WASHING_CYCLE = (byte)0xE6
static

Definition at line 33 of file WashingMachine.java.

final byte com.sonycsl.echo.eoj.device.cookinghousehold.WashingMachine.EPC_WASHING_MACHINE_SETTING = (byte)0xB2
static

Definition at line 31 of file WashingMachine.java.


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