|
24 | 24 | * <p>
|
25 | 25 | * Code is auto-generated. Modifications may be overwritten!
|
26 | 26 | */
|
27 |
| -@Generated(value = "com.zsmartsystems.zigbee.autocode.ZigBeeCodeGenerator", date = "2022-05-28T21:15:34Z") |
| 27 | +@Generated(value = "com.zsmartsystems.zigbee.autocode.ZigBeeCodeGenerator", date = "2024-05-18T20:27:57Z") |
28 | 28 | public class ZclBallastConfigurationCluster extends ZclCluster {
|
29 | 29 | /**
|
30 | 30 | * The ZigBee Cluster Library Cluster ID
|
@@ -394,8 +394,8 @@ public Future<CommandResult> setBallastStatusReporting(final int minInterval, fi
|
394 | 394 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
395 | 395 | */
|
396 | 396 | @Deprecated
|
397 |
| - public Future<CommandResult> setMinLevel(final Integer value) { |
398 |
| - return write(serverAttributes.get(ATTR_MINLEVEL), value); |
| 397 | + public Future<CommandResult> setMinLevel(final Integer minLevel) { |
| 398 | + return write(serverAttributes.get(ATTR_MINLEVEL), minLevel); |
399 | 399 | }
|
400 | 400 |
|
401 | 401 | /**
|
@@ -480,8 +480,8 @@ public Integer getMinLevel(final long refreshPeriod) {
|
480 | 480 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
481 | 481 | */
|
482 | 482 | @Deprecated
|
483 |
| - public Future<CommandResult> setMaxLevel(final Integer value) { |
484 |
| - return write(serverAttributes.get(ATTR_MAXLEVEL), value); |
| 483 | + public Future<CommandResult> setMaxLevel(final Integer maxLevel) { |
| 484 | + return write(serverAttributes.get(ATTR_MAXLEVEL), maxLevel); |
485 | 485 | }
|
486 | 486 |
|
487 | 487 | /**
|
@@ -560,8 +560,8 @@ public Integer getMaxLevel(final long refreshPeriod) {
|
560 | 560 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
561 | 561 | */
|
562 | 562 | @Deprecated
|
563 |
| - public Future<CommandResult> setPowerOnLevel(final Integer value) { |
564 |
| - return write(serverAttributes.get(ATTR_POWERONLEVEL), value); |
| 563 | + public Future<CommandResult> setPowerOnLevel(final Integer powerOnLevel) { |
| 564 | + return write(serverAttributes.get(ATTR_POWERONLEVEL), powerOnLevel); |
565 | 565 | }
|
566 | 566 |
|
567 | 567 | /**
|
@@ -624,8 +624,8 @@ public Integer getPowerOnLevel(final long refreshPeriod) {
|
624 | 624 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
625 | 625 | */
|
626 | 626 | @Deprecated
|
627 |
| - public Future<CommandResult> setPowerOnFadeTime(final Integer value) { |
628 |
| - return write(serverAttributes.get(ATTR_POWERONFADETIME), value); |
| 627 | + public Future<CommandResult> setPowerOnFadeTime(final Integer powerOnFadeTime) { |
| 628 | + return write(serverAttributes.get(ATTR_POWERONFADETIME), powerOnFadeTime); |
629 | 629 | }
|
630 | 630 |
|
631 | 631 | /**
|
@@ -691,8 +691,8 @@ public Integer getPowerOnFadeTime(final long refreshPeriod) {
|
691 | 691 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
692 | 692 | */
|
693 | 693 | @Deprecated
|
694 |
| - public Future<CommandResult> setIntrinsicBallastFactor(final Integer value) { |
695 |
| - return write(serverAttributes.get(ATTR_INTRINSICBALLASTFACTOR), value); |
| 694 | + public Future<CommandResult> setIntrinsicBallastFactor(final Integer intrinsicBallastFactor) { |
| 695 | + return write(serverAttributes.get(ATTR_INTRINSICBALLASTFACTOR), intrinsicBallastFactor); |
696 | 696 | }
|
697 | 697 |
|
698 | 698 | /**
|
@@ -769,8 +769,8 @@ public Integer getIntrinsicBallastFactor(final long refreshPeriod) {
|
769 | 769 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
770 | 770 | */
|
771 | 771 | @Deprecated
|
772 |
| - public Future<CommandResult> setBallastFactorAdjustment(final Integer value) { |
773 |
| - return write(serverAttributes.get(ATTR_BALLASTFACTORADJUSTMENT), value); |
| 772 | + public Future<CommandResult> setBallastFactorAdjustment(final Integer ballastFactorAdjustment) { |
| 773 | + return write(serverAttributes.get(ATTR_BALLASTFACTORADJUSTMENT), ballastFactorAdjustment); |
774 | 774 | }
|
775 | 775 |
|
776 | 776 | /**
|
@@ -851,8 +851,8 @@ public Integer getBallastFactorAdjustment(final long refreshPeriod) {
|
851 | 851 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
852 | 852 | */
|
853 | 853 | @Deprecated
|
854 |
| - public Future<CommandResult> setLampQuantity(final Integer value) { |
855 |
| - return write(serverAttributes.get(ATTR_LAMPQUANTITY), value); |
| 854 | + public Future<CommandResult> setLampQuantity(final Integer lampQuantity) { |
| 855 | + return write(serverAttributes.get(ATTR_LAMPQUANTITY), lampQuantity); |
856 | 856 | }
|
857 | 857 |
|
858 | 858 | /**
|
@@ -920,8 +920,8 @@ public Integer getLampQuantity(final long refreshPeriod) {
|
920 | 920 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
921 | 921 | */
|
922 | 922 | @Deprecated
|
923 |
| - public Future<CommandResult> setLampType(final String value) { |
924 |
| - return write(serverAttributes.get(ATTR_LAMPTYPE), value); |
| 923 | + public Future<CommandResult> setLampType(final String lampType) { |
| 924 | + return write(serverAttributes.get(ATTR_LAMPTYPE), lampType); |
925 | 925 | }
|
926 | 926 |
|
927 | 927 | /**
|
@@ -987,8 +987,8 @@ public String getLampType(final long refreshPeriod) {
|
987 | 987 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
988 | 988 | */
|
989 | 989 | @Deprecated
|
990 |
| - public Future<CommandResult> setLampManufacturer(final String value) { |
991 |
| - return write(serverAttributes.get(ATTR_LAMPMANUFACTURER), value); |
| 990 | + public Future<CommandResult> setLampManufacturer(final String lampManufacturer) { |
| 991 | + return write(serverAttributes.get(ATTR_LAMPMANUFACTURER), lampManufacturer); |
992 | 992 | }
|
993 | 993 |
|
994 | 994 | /**
|
@@ -1056,8 +1056,8 @@ public String getLampManufacturer(final long refreshPeriod) {
|
1056 | 1056 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
1057 | 1057 | */
|
1058 | 1058 | @Deprecated
|
1059 |
| - public Future<CommandResult> setLampRatedHours(final Integer value) { |
1060 |
| - return write(serverAttributes.get(ATTR_LAMPRATEDHOURS), value); |
| 1059 | + public Future<CommandResult> setLampRatedHours(final Integer lampRatedHours) { |
| 1060 | + return write(serverAttributes.get(ATTR_LAMPRATEDHOURS), lampRatedHours); |
1061 | 1061 | }
|
1062 | 1062 |
|
1063 | 1063 | /**
|
@@ -1134,8 +1134,8 @@ public Integer getLampRatedHours(final long refreshPeriod) {
|
1134 | 1134 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
1135 | 1135 | */
|
1136 | 1136 | @Deprecated
|
1137 |
| - public Future<CommandResult> setLampBurnHours(final Integer value) { |
1138 |
| - return write(serverAttributes.get(ATTR_LAMPBURNHOURS), value); |
| 1137 | + public Future<CommandResult> setLampBurnHours(final Integer lampBurnHours) { |
| 1138 | + return write(serverAttributes.get(ATTR_LAMPBURNHOURS), lampBurnHours); |
1139 | 1139 | }
|
1140 | 1140 |
|
1141 | 1141 | /**
|
@@ -1217,8 +1217,8 @@ public Integer getLampBurnHours(final long refreshPeriod) {
|
1217 | 1217 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
1218 | 1218 | */
|
1219 | 1219 | @Deprecated
|
1220 |
| - public Future<CommandResult> setLampAlarmMode(final Integer value) { |
1221 |
| - return write(serverAttributes.get(ATTR_LAMPALARMMODE), value); |
| 1220 | + public Future<CommandResult> setLampAlarmMode(final Integer lampAlarmMode) { |
| 1221 | + return write(serverAttributes.get(ATTR_LAMPALARMMODE), lampAlarmMode); |
1222 | 1222 | }
|
1223 | 1223 |
|
1224 | 1224 | /**
|
@@ -1295,8 +1295,8 @@ public Integer getLampAlarmMode(final long refreshPeriod) {
|
1295 | 1295 | * @deprecated As of release 1.2.0, replaced by {@link #writeAttribute(int attributeId, Object value)}
|
1296 | 1296 | */
|
1297 | 1297 | @Deprecated
|
1298 |
| - public Future<CommandResult> setLampBurnHoursTripPoint(final Integer value) { |
1299 |
| - return write(serverAttributes.get(ATTR_LAMPBURNHOURSTRIPPOINT), value); |
| 1298 | + public Future<CommandResult> setLampBurnHoursTripPoint(final Integer lampBurnHoursTripPoint) { |
| 1299 | + return write(serverAttributes.get(ATTR_LAMPBURNHOURSTRIPPOINT), lampBurnHoursTripPoint); |
1300 | 1300 | }
|
1301 | 1301 |
|
1302 | 1302 | /**
|
|
0 commit comments