16 package com.sonycsl.echo.eoj.device.housingfacilities;
54 super.setupPropertyMaps();
66 Echo.getEventListener().onNewGeneralLighting(
this);
193 if(edt == null || !(edt.length == 1))
return false;
268 if(edt == null || !(edt.length == 1))
return false;
343 if(edt == null || !(edt.length == 1))
return false;
418 if(edt == null || !(edt.length == 1))
return false;
473 if(edt == null || !(edt.length == 2))
return false;
532 if(edt == null || !(edt.length == 2))
return false;
607 if(edt == null || !(edt.length == 1))
return false;
679 if(edt == null || !(edt.length == 1))
return false;
751 if(edt == null || !(edt.length == 1))
return false;
823 if(edt == null || !(edt.length == 1))
return false;
895 if(edt == null || !(edt.length == 1))
return false;
967 if(edt == null || !(edt.length == 1))
return false;
1039 if(edt == null || !(edt.length == 1))
return false;
1111 if(edt == null || !(edt.length == 1))
return false;
1183 if(edt == null || !(edt.length == 1))
return false;
1255 if(edt == null || !(edt.length == 1))
return false;
1336 if(edt == null || !(edt.length == 3))
return false;
1411 if(edt == null || !(edt.length == 1))
return false;
1489 if(edt == null || !(edt.length == 2))
return false;
1564 if(edt == null || !(edt.length == 1))
return false;
1642 if(edt == null || !(edt.length == 2))
return false;
1648 boolean success = super.setProperty(property);
1649 if(success)
return success;
1651 switch(property.
epc) {
1671 default :
return false;
1677 byte[] edt = super.getProperty(epc);
1678 if(edt != null)
return edt;
1702 default :
return null;
1708 boolean valid = super.isValidProperty(property);
1709 if(valid)
return valid;
1711 switch(property.
epc) {
1733 default :
return false;
1743 public Setter
set(
boolean responseRequired) {
1745 ,
getNode().getAddressStr(), responseRequired);
1749 public Getter
get() {
1760 protected Informer
inform(
boolean multicast) {
1765 address =
getNode().getAddressStr();
1771 public static class Receiver
extends DeviceObject.Receiver {
1774 protected boolean onSetProperty(
EchoObject eoj,
short tid, byte esv,
1776 boolean ret = super.onSetProperty(eoj, tid, esv, property, success);
1777 if(ret)
return true;
1779 switch(property.epc) {
1781 onSetIlluminanceLevel(eoj, tid, esv, property, success);
1784 onSetLightColorSetting(eoj, tid, esv, property, success);
1787 onSetIlluminanceLevelStepSetting(eoj, tid, esv, property, success);
1790 onSetLightColorStepSetting(eoj, tid, esv, property, success);
1793 onSetLightingModeSetting(eoj, tid, esv, property, success);
1796 onSetIlluminanceLevelSettingForMainLighting(eoj, tid, esv, property, success);
1799 onSetIlluminanceLevelStepSettingForMainLighting(eoj, tid, esv, property, success);
1802 onSetIlluminanceLevelSettingForNightLighting(eoj, tid, esv, property, success);
1805 onSetIlluminanceLevelStepSettingForNightLighting(eoj, tid, esv, property, success);
1808 onSetLightColorSettingForMainLighting(eoj, tid, esv, property, success);
1811 onSetLightColorLevelStepSettingForMainLighting(eoj, tid, esv, property, success);
1814 onSetLightColorSettingForNightLighting(eoj, tid, esv, property, success);
1817 onSetLightColorLevelStepSettingForNightLighting(eoj, tid, esv, property, success);
1820 onSetLightingModeStatusInAutoMode(eoj, tid, esv, property, success);
1823 onSetRgbSettingForColorLighting(eoj, tid, esv, property, success);
1826 onSetOnTimerReservationSetting(eoj, tid, esv, property, success);
1829 onSetOnTimerSetting(eoj, tid, esv, property, success);
1832 onSetOffTimerReservationSetting(eoj, tid, esv, property, success);
1835 onSetOffTimerSetting(eoj, tid, esv, property, success);
1843 protected boolean onGetProperty(
EchoObject eoj,
short tid, byte esv,
1845 boolean ret = super.onGetProperty(eoj, tid, esv, property, success);
1846 if(ret)
return true;
1848 switch(property.epc) {
1850 onGetIlluminanceLevel(eoj, tid, esv, property, success);
1853 onGetLightColorSetting(eoj, tid, esv, property, success);
1856 onGetIlluminanceLevelStepSetting(eoj, tid, esv, property, success);
1859 onGetLightColorStepSetting(eoj, tid, esv, property, success);
1862 onGetMaximumSpecifiableValues(eoj, tid, esv, property, success);
1865 onGetMaximumValueOfSettableLevelForNightLighting(eoj, tid, esv, property, success);
1868 onGetLightingModeSetting(eoj, tid, esv, property, success);
1871 onGetIlluminanceLevelSettingForMainLighting(eoj, tid, esv, property, success);
1874 onGetIlluminanceLevelStepSettingForMainLighting(eoj, tid, esv, property, success);
1877 onGetIlluminanceLevelSettingForNightLighting(eoj, tid, esv, property, success);
1880 onGetIlluminanceLevelStepSettingForNightLighting(eoj, tid, esv, property, success);
1883 onGetLightColorSettingForMainLighting(eoj, tid, esv, property, success);
1886 onGetLightColorLevelStepSettingForMainLighting(eoj, tid, esv, property, success);
1889 onGetLightColorSettingForNightLighting(eoj, tid, esv, property, success);
1892 onGetLightColorLevelStepSettingForNightLighting(eoj, tid, esv, property, success);
1895 onGetLightingModeStatusInAutoMode(eoj, tid, esv, property, success);
1898 onGetRgbSettingForColorLighting(eoj, tid, esv, property, success);
1901 onGetOnTimerReservationSetting(eoj, tid, esv, property, success);
1904 onGetOnTimerSetting(eoj, tid, esv, property, success);
1907 onGetOffTimerReservationSetting(eoj, tid, esv, property, success);
1910 onGetOffTimerSetting(eoj, tid, esv, property, success);
1939 protected void onSetIlluminanceLevel(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
1962 protected void onGetIlluminanceLevel(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
1986 protected void onSetLightColorSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2010 protected void onGetLightColorSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2034 protected void onSetIlluminanceLevelStepSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2058 protected void onGetIlluminanceLevelStepSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2082 protected void onSetLightColorStepSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2106 protected void onGetLightColorStepSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2132 protected void onGetMaximumSpecifiableValues(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2160 protected void onGetMaximumValueOfSettableLevelForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2184 protected void onSetLightingModeSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2208 protected void onGetLightingModeSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2231 protected void onSetIlluminanceLevelSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2254 protected void onGetIlluminanceLevelSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2277 protected void onSetIlluminanceLevelStepSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2300 protected void onGetIlluminanceLevelStepSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2323 protected void onSetIlluminanceLevelSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2346 protected void onGetIlluminanceLevelSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2369 protected void onSetIlluminanceLevelStepSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2392 protected void onGetIlluminanceLevelStepSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2415 protected void onSetLightColorSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2438 protected void onGetLightColorSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2461 protected void onSetLightColorLevelStepSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2484 protected void onGetLightColorLevelStepSettingForMainLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2507 protected void onSetLightColorSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2530 protected void onGetLightColorSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2553 protected void onSetLightColorLevelStepSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2576 protected void onGetLightColorLevelStepSettingForNightLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2599 protected void onSetLightingModeStatusInAutoMode(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2622 protected void onGetLightingModeStatusInAutoMode(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2648 protected void onSetRgbSettingForColorLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2674 protected void onGetRgbSettingForColorLighting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2698 protected void onSetOnTimerReservationSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2722 protected void onGetOnTimerReservationSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2747 protected void onSetOnTimerSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2772 protected void onGetOnTimerSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2796 protected void onSetOffTimerReservationSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2820 protected void onGetOffTimerReservationSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2845 protected void onSetOffTimerSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2870 protected void onGetOffTimerSetting(
EchoObject eoj,
short tid, byte esv, EchoProperty property,
boolean success) {}
2873 public static class Setter
extends DeviceObject.Setter {
2874 public Setter(
short dstEchoClassCode, byte dstEchoInstanceCode
2875 , String dstEchoAddress,
boolean responseRequired) {
2876 super(dstEchoClassCode, dstEchoInstanceCode
2877 , dstEchoAddress, responseRequired);
2881 public Setter reqSetProperty(byte epc, byte[] edt) {
2882 return (Setter)super.reqSetProperty(epc, edt);
2886 public Setter reqSetOperationStatus(byte[] edt) {
2887 return (Setter)super.reqSetOperationStatus(edt);
2890 public Setter reqSetInstallationLocation(byte[] edt) {
2891 return (Setter)super.reqSetInstallationLocation(edt);
2894 public Setter reqSetCurrentLimitSetting(byte[] edt) {
2895 return (Setter)super.reqSetCurrentLimitSetting(edt);
2898 public Setter reqSetPowerSavingOperationSetting(byte[] edt) {
2899 return (Setter)super.reqSetPowerSavingOperationSetting(edt);
2902 public Setter reqSetRemoteControlSetting(byte[] edt) {
2903 return (Setter)super.reqSetRemoteControlSetting(edt);
2906 public Setter reqSetCurrentTimeSetting(byte[] edt) {
2907 return (Setter)super.reqSetCurrentTimeSetting(edt);
2910 public Setter reqSetCurrentDateSetting(byte[] edt) {
2911 return (Setter)super.reqSetCurrentDateSetting(edt);
2914 public Setter reqSetPowerLimitSetting(byte[] edt) {
2915 return (Setter)super.reqSetPowerLimitSetting(edt);
2940 public Setter reqSetIlluminanceLevel(byte[] edt) {
2967 public Setter reqSetLightColorSetting(byte[] edt) {
2994 public Setter reqSetIlluminanceLevelStepSetting(byte[] edt) {
3021 public Setter reqSetLightColorStepSetting(byte[] edt) {
3048 public Setter reqSetLightingModeSetting(byte[] edt) {
3074 public Setter reqSetIlluminanceLevelSettingForMainLighting(byte[] edt) {
3100 public Setter reqSetIlluminanceLevelStepSettingForMainLighting(byte[] edt) {
3126 public Setter reqSetIlluminanceLevelSettingForNightLighting(byte[] edt) {
3152 public Setter reqSetIlluminanceLevelStepSettingForNightLighting(byte[] edt) {
3178 public Setter reqSetLightColorSettingForMainLighting(byte[] edt) {
3204 public Setter reqSetLightColorLevelStepSettingForMainLighting(byte[] edt) {
3230 public Setter reqSetLightColorSettingForNightLighting(byte[] edt) {
3256 public Setter reqSetLightColorLevelStepSettingForNightLighting(byte[] edt) {
3282 public Setter reqSetLightingModeStatusInAutoMode(byte[] edt) {
3311 public Setter reqSetRgbSettingForColorLighting(byte[] edt) {
3338 public Setter reqSetOnTimerReservationSetting(byte[] edt) {
3366 public Setter reqSetOnTimerSetting(byte[] edt) {
3393 public Setter reqSetOffTimerReservationSetting(byte[] edt) {
3421 public Setter reqSetOffTimerSetting(byte[] edt) {
3427 public static class Getter
extends DeviceObject.Getter {
3428 public Getter(
short dstEchoClassCode, byte dstEchoInstanceCode
3429 , String dstEchoAddress) {
3430 super(dstEchoClassCode, dstEchoInstanceCode
3435 public Getter reqGetProperty(byte epc) {
3436 return (Getter)super.reqGetProperty(epc);
3440 public Getter reqGetOperationStatus() {
3441 return (Getter)super.reqGetOperationStatus();
3444 public Getter reqGetInstallationLocation() {
3445 return (Getter)super.reqGetInstallationLocation();
3448 public Getter reqGetStandardVersionInformation() {
3449 return (Getter)super.reqGetStandardVersionInformation();
3452 public Getter reqGetIdentificationNumber() {
3453 return (Getter)super.reqGetIdentificationNumber();
3456 public Getter reqGetMeasuredInstantaneousPowerConsumption() {
3457 return (Getter)super.reqGetMeasuredInstantaneousPowerConsumption();
3460 public Getter reqGetMeasuredCumulativePowerConsumption() {
3461 return (Getter)super.reqGetMeasuredCumulativePowerConsumption();
3464 public Getter reqGetManufacturersFaultCode() {
3465 return (Getter)super.reqGetManufacturersFaultCode();
3468 public Getter reqGetCurrentLimitSetting() {
3469 return (Getter)super.reqGetCurrentLimitSetting();
3472 public Getter reqGetFaultStatus() {
3473 return (Getter)super.reqGetFaultStatus();
3476 public Getter reqGetFaultDescription() {
3477 return (Getter)super.reqGetFaultDescription();
3480 public Getter reqGetManufacturerCode() {
3481 return (Getter)super.reqGetManufacturerCode();
3484 public Getter reqGetBusinessFacilityCode() {
3485 return (Getter)super.reqGetBusinessFacilityCode();
3488 public Getter reqGetProductCode() {
3489 return (Getter)super.reqGetProductCode();
3492 public Getter reqGetProductionNumber() {
3493 return (Getter)super.reqGetProductionNumber();
3496 public Getter reqGetProductionDate() {
3497 return (Getter)super.reqGetProductionDate();
3500 public Getter reqGetPowerSavingOperationSetting() {
3501 return (Getter)super.reqGetPowerSavingOperationSetting();
3504 public Getter reqGetRemoteControlSetting() {
3505 return (Getter)super.reqGetRemoteControlSetting();
3508 public Getter reqGetCurrentTimeSetting() {
3509 return (Getter)super.reqGetCurrentTimeSetting();
3512 public Getter reqGetCurrentDateSetting() {
3513 return (Getter)super.reqGetCurrentDateSetting();
3516 public Getter reqGetPowerLimitSetting() {
3517 return (Getter)super.reqGetPowerLimitSetting();
3520 public Getter reqGetCumulativeOperatingTime() {
3521 return (Getter)super.reqGetCumulativeOperatingTime();
3524 public Getter reqGetStatusChangeAnnouncementPropertyMap() {
3525 return (Getter)super.reqGetStatusChangeAnnouncementPropertyMap();
3528 public Getter reqGetSetPropertyMap() {
3529 return (Getter)super.reqGetSetPropertyMap();
3532 public Getter reqGetGetPropertyMap() {
3533 return (Getter)super.reqGetGetPropertyMap();
3558 public Getter reqGetIlluminanceLevel() {
3585 public Getter reqGetLightColorSetting() {
3612 public Getter reqGetIlluminanceLevelStepSetting() {
3639 public Getter reqGetLightColorStepSetting() {
3668 public Getter reqGetMaximumSpecifiableValues() {
3699 public Getter reqGetMaximumValueOfSettableLevelForNightLighting() {
3726 public Getter reqGetLightingModeSetting() {
3752 public Getter reqGetIlluminanceLevelSettingForMainLighting() {
3778 public Getter reqGetIlluminanceLevelStepSettingForMainLighting() {
3804 public Getter reqGetIlluminanceLevelSettingForNightLighting() {
3830 public Getter reqGetIlluminanceLevelStepSettingForNightLighting() {
3856 public Getter reqGetLightColorSettingForMainLighting() {
3882 public Getter reqGetLightColorLevelStepSettingForMainLighting() {
3908 public Getter reqGetLightColorSettingForNightLighting() {
3934 public Getter reqGetLightColorLevelStepSettingForNightLighting() {
3960 public Getter reqGetLightingModeStatusInAutoMode() {
3989 public Getter reqGetRgbSettingForColorLighting() {
4016 public Getter reqGetOnTimerReservationSetting() {
4044 public Getter reqGetOnTimerSetting() {
4071 public Getter reqGetOffTimerReservationSetting() {
4099 public Getter reqGetOffTimerSetting() {
4105 public static class Informer
extends DeviceObject.Informer {
4106 public Informer(
short echoClassCode, byte echoInstanceCode
4108 super(echoClassCode, echoInstanceCode
4109 , dstEchoAddress, isSelfObject);
4113 public Informer reqInformProperty(byte epc) {
4114 return (Informer)super.reqInformProperty(epc);
4117 public Informer reqInformOperationStatus() {
4118 return (Informer)super.reqInformOperationStatus();
4121 public Informer reqInformInstallationLocation() {
4122 return (Informer)super.reqInformInstallationLocation();
4125 public Informer reqInformStandardVersionInformation() {
4126 return (Informer)super.reqInformStandardVersionInformation();
4129 public Informer reqInformIdentificationNumber() {
4130 return (Informer)super.reqInformIdentificationNumber();
4133 public Informer reqInformMeasuredInstantaneousPowerConsumption() {
4134 return (Informer)super.reqInformMeasuredInstantaneousPowerConsumption();
4137 public Informer reqInformMeasuredCumulativePowerConsumption() {
4138 return (Informer)super.reqInformMeasuredCumulativePowerConsumption();
4141 public Informer reqInformManufacturersFaultCode() {
4142 return (Informer)super.reqInformManufacturersFaultCode();
4145 public Informer reqInformCurrentLimitSetting() {
4146 return (Informer)super.reqInformCurrentLimitSetting();
4149 public Informer reqInformFaultStatus() {
4150 return (Informer)super.reqInformFaultStatus();
4153 public Informer reqInformFaultDescription() {
4154 return (Informer)super.reqInformFaultDescription();
4157 public Informer reqInformManufacturerCode() {
4158 return (Informer)super.reqInformManufacturerCode();
4161 public Informer reqInformBusinessFacilityCode() {
4162 return (Informer)super.reqInformBusinessFacilityCode();
4165 public Informer reqInformProductCode() {
4166 return (Informer)super.reqInformProductCode();
4169 public Informer reqInformProductionNumber() {
4170 return (Informer)super.reqInformProductionNumber();
4173 public Informer reqInformProductionDate() {
4174 return (Informer)super.reqInformProductionDate();
4177 public Informer reqInformPowerSavingOperationSetting() {
4178 return (Informer)super.reqInformPowerSavingOperationSetting();
4181 public Informer reqInformRemoteControlSetting() {
4182 return (Informer)super.reqInformRemoteControlSetting();
4185 public Informer reqInformCurrentTimeSetting() {
4186 return (Informer)super.reqInformCurrentTimeSetting();
4189 public Informer reqInformCurrentDateSetting() {
4190 return (Informer)super.reqInformCurrentDateSetting();
4193 public Informer reqInformPowerLimitSetting() {
4194 return (Informer)super.reqInformPowerLimitSetting();
4197 public Informer reqInformCumulativeOperatingTime() {
4198 return (Informer)super.reqInformCumulativeOperatingTime();
4201 public Informer reqInformStatusChangeAnnouncementPropertyMap() {
4202 return (Informer)super.reqInformStatusChangeAnnouncementPropertyMap();
4205 public Informer reqInformSetPropertyMap() {
4206 return (Informer)super.reqInformSetPropertyMap();
4209 public Informer reqInformGetPropertyMap() {
4210 return (Informer)super.reqInformGetPropertyMap();
4235 public Informer reqInformIlluminanceLevel() {
4262 public Informer reqInformLightColorSetting() {
4289 public Informer reqInformIlluminanceLevelStepSetting() {
4316 public Informer reqInformLightColorStepSetting() {
4345 public Informer reqInformMaximumSpecifiableValues() {
4376 public Informer reqInformMaximumValueOfSettableLevelForNightLighting() {
4403 public Informer reqInformLightingModeSetting() {
4429 public Informer reqInformIlluminanceLevelSettingForMainLighting() {
4455 public Informer reqInformIlluminanceLevelStepSettingForMainLighting() {
4481 public Informer reqInformIlluminanceLevelSettingForNightLighting() {
4507 public Informer reqInformIlluminanceLevelStepSettingForNightLighting() {
4533 public Informer reqInformLightColorSettingForMainLighting() {
4559 public Informer reqInformLightColorLevelStepSettingForMainLighting() {
4585 public Informer reqInformLightColorSettingForNightLighting() {
4611 public Informer reqInformLightColorLevelStepSettingForNightLighting() {
4637 public Informer reqInformLightingModeStatusInAutoMode() {
4666 public Informer reqInformRgbSettingForColorLighting() {
4693 public Informer reqInformOnTimerReservationSetting() {
4721 public Informer reqInformOnTimerSetting() {
4748 public Informer reqInformOffTimerReservationSetting() {
4776 public Informer reqInformOffTimerSetting() {
4782 public static class Proxy
extends GeneralLighting {
4783 public Proxy(byte instanceCode) {
4812 return setG((byte)0);
4815 public static Setter
setG(byte instanceCode) {
4816 return setG(instanceCode,
true);
4819 public static Setter
setG(
boolean responseRequired) {
4820 return setG((byte)0, responseRequired);
4823 public static Setter
setG(byte instanceCode,
boolean responseRequired) {
4829 return getG((byte)0);
4832 public static Getter
getG(byte instanceCode) {
4841 public static Informer
informG(byte instanceCode) {
static final byte EPC_LIGHT_COLOR_LEVEL_STEP_SETTING_FOR_MAIN_LIGHTING
static final byte EPC_ILLUMINANCE_LEVEL_SETTING_FOR_NIGHT_LIGHTING
boolean setLightingModeStatusInAutoMode(byte[] edt)
static final byte EPC_ON_TIMER_SETTING
boolean isValidLightColorLevelStepSettingForMainLighting(byte[] edt)
boolean setIlluminanceLevelSettingForMainLighting(byte[] edt)
static Getter getG(byte instanceCode)
static final byte EPC_OFF_TIMER_RESERVATION_SETTING
static final byte EPC_ON_TIMER_RESERVATION_SETTING
static Informer informG()
byte[] getLightColorSetting()
synchronized boolean isValidProperty(EchoProperty property)
boolean setIlluminanceLevelStepSetting(byte[] edt)
static final byte EPC_MAXIMUM_SPECIFIABLE_VALUES
static Setter setG(boolean responseRequired)
abstract byte[] getOperationStatus()
boolean isValidOffTimerReservationSetting(byte[] edt)
byte[] getLightingModeStatusInAutoMode()
boolean isValidMaximumValueOfSettableLevelForNightLighting(byte[] edt)
static final byte EPC_ILLUMINANCE_LEVEL
byte[] getLightColorStepSetting()
boolean setLightColorSettingForMainLighting(byte[] edt)
static final byte EPC_MAXIMUM_VALUE_OF_SETTABLE_LEVEL_FOR_NIGHT_LIGHTING
boolean isValidLightColorStepSetting(byte[] edt)
static final byte EPC_ILLUMINANCE_LEVEL_STEP_SETTING
final void addStatusChangeAnnouncementProperty(byte epc)
abstract byte[] getInstallationLocation()
static Setter setG(byte instanceCode)
final void addGetProperty(byte epc)
byte[] getOnTimerReservationSetting()
boolean isValidLightColorSetting(byte[] edt)
boolean isValidRgbSettingForColorLighting(byte[] edt)
byte[] getLightColorLevelStepSettingForNightLighting()
boolean setOffTimerReservationSetting(byte[] edt)
byte[] getIlluminanceLevelStepSetting()
boolean setLightColorSettingForNightLighting(byte[] edt)
boolean isValidLightColorLevelStepSettingForNightLighting(byte[] edt)
boolean isValidIlluminanceLevel(byte[] edt)
boolean setIlluminanceLevelStepSettingForMainLighting(byte[] edt)
final void addSetProperty(byte epc)
byte[] getIlluminanceLevelSettingForNightLighting()
abstract boolean setOperationStatus(byte[] edt)
boolean setLightColorStepSetting(byte[] edt)
abstract byte[] getFaultStatus()
static final byte EPC_LIGHT_COLOR_SETTING
boolean isValidIlluminanceLevelStepSettingForMainLighting(byte[] edt)
static final byte EPC_LIGHT_COLOR_SETTING_FOR_MAIN_LIGHTING
static final byte EPC_ILLUMINANCE_LEVEL_STEP_SETTING_FOR_MAIN_LIGHTING
static final byte EPC_RGB_SETTING_FOR_COLOR_LIGHTING
byte[] getRgbSettingForColorLighting()
Setter set(boolean responseRequired)
Informer inform(boolean multicast)
boolean isValidIlluminanceLevelSettingForNightLighting(byte[] edt)
boolean setLightColorLevelStepSettingForNightLighting(byte[] edt)
boolean setIlluminanceLevel(byte[] edt)
byte[] getIlluminanceLevelSettingForMainLighting()
synchronized boolean setProperty(EchoProperty property)
static final byte EPC_LIGHT_COLOR_SETTING_FOR_NIGHT_LIGHTING
byte[] getOffTimerSetting()
static final byte EPC_ILLUMINANCE_LEVEL_STEP_SETTING_FOR_NIGHT_LIGHTING
static Setter setG(byte instanceCode, boolean responseRequired)
boolean isValidOnTimerReservationSetting(byte[] edt)
byte[] getMaximumSpecifiableValues()
abstract byte[] getManufacturerCode()
boolean isValidLightingModeSetting(byte[] edt)
abstract boolean setLightingModeSetting(byte[] edt)
static final byte EPC_ILLUMINANCE_LEVEL_SETTING_FOR_MAIN_LIGHTING
static Informer informG(byte instanceCode)
boolean isValidIlluminanceLevelStepSetting(byte[] edt)
static final byte EPC_LIGHTING_MODE_SETTING
boolean isValidIlluminanceLevelSettingForMainLighting(byte[] edt)
boolean isValidLightColorSettingForNightLighting(byte[] edt)
byte[] getMaximumValueOfSettableLevelForNightLighting()
abstract byte[] getLightingModeSetting()
boolean setOnTimerReservationSetting(byte[] edt)
boolean setLightColorLevelStepSettingForMainLighting(byte[] edt)
boolean isValidLightingModeStatusInAutoMode(byte[] edt)
byte[] getLightColorSettingForNightLighting()
static final byte EPC_LIGHT_COLOR_STEP_SETTING
static final byte EPC_LIGHTING_MODE_STATUS_IN_AUTO_MODE
boolean setIlluminanceLevelStepSettingForNightLighting(byte[] edt)
boolean setLightColorSetting(byte[] edt)
byte[] getLightColorLevelStepSettingForMainLighting()
boolean setOffTimerSetting(byte[] edt)
static final short ECHO_CLASS_CODE
byte[] getIlluminanceLevel()
boolean isValidLightColorSettingForMainLighting(byte[] edt)
boolean setOnTimerSetting(byte[] edt)
byte[] getOffTimerReservationSetting()
boolean isValidOffTimerSetting(byte[] edt)
synchronized byte[] getProperty(byte epc)
static final byte EPC_OPERATION_STATUS
byte[] getStandardVersionInformation()
boolean isValidOnTimerSetting(byte[] edt)
static final byte EPC_LIGHT_COLOR_LEVEL_STEP_SETTING_FOR_NIGHT_LIGHTING
boolean isValidMaximumSpecifiableValues(byte[] edt)
boolean setIlluminanceLevelSettingForNightLighting(byte[] edt)
abstract boolean setInstallationLocation(byte[] edt)
static final String MULTICAST_ADDRESS
boolean setRgbSettingForColorLighting(byte[] edt)
byte[] getLightColorSettingForMainLighting()
byte[] getIlluminanceLevelStepSettingForMainLighting()
byte[] getIlluminanceLevelStepSettingForNightLighting()
final boolean isSelfObject()
byte[] getOnTimerSetting()
static final byte EPC_OFF_TIMER_SETTING
boolean isValidIlluminanceLevelStepSettingForNightLighting(byte[] edt)