Commit 9df7ffb 1 parent cd4eef1 commit 9df7ffb Copy full SHA for 9df7ffb
File tree 2 files changed +10
-1
lines changed
com.zsmartsystems.zigbee/src/main/java/com/zsmartsystems/zigbee
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -597,6 +597,15 @@ public ZigBeeKey getZigBeeNetworkKey() {
597
597
return transport .getZigBeeNetworkKey ();
598
598
}
599
599
600
+ /**
601
+ * Gets the {@link ApdDataEntity} in use by the network manager. This allows configuration of the APSDE.
602
+ *
603
+ * @return the {@link ApdDataEntity} in use by the network manager.
604
+ */
605
+ public ApsDataEntity getApsDataEntity () {
606
+ return apsDataEntity ;
607
+ }
608
+
600
609
/**
601
610
* Set the current link key in use by the system.
602
611
* <p>
Original file line number Diff line number Diff line change 43
43
*
44
44
*/
45
45
public class ApsDataEntity {
46
- private static final long DUPLICATE_TIME_WINDOW = 5000 ;
46
+ private static final long DUPLICATE_TIME_WINDOW = 15000 ;
47
47
48
48
private static final int FRAGMENTATION_LENGTH = 78 ;
49
49
private static final int FRAGMENTATION_WINDOW = 1 ;
You can’t perform that action at this time.
0 commit comments