@@ -2384,6 +2384,10 @@ endpoint 0 {
2384
2384
callback attribute serverList;
2385
2385
callback attribute clientList;
2386
2386
callback attribute partsList;
2387
+ callback attribute generatedCommandList;
2388
+ callback attribute acceptedCommandList;
2389
+ callback attribute eventList;
2390
+ callback attribute attributeList;
2387
2391
callback attribute featureMap;
2388
2392
callback attribute clusterRevision;
2389
2393
}
@@ -2400,7 +2404,7 @@ endpoint 0 {
2400
2404
callback attribute acceptedCommandList;
2401
2405
callback attribute eventList;
2402
2406
callback attribute attributeList;
2403
- ram attribute featureMap default = 0 ;
2407
+ ram attribute featureMap default = 1 ;
2404
2408
callback attribute clusterRevision;
2405
2409
}
2406
2410
@@ -2439,6 +2443,10 @@ endpoint 0 {
2439
2443
ram attribute updatePossible default = 1;
2440
2444
ram attribute updateState default = 0;
2441
2445
ram attribute updateStateProgress default = 0;
2446
+ callback attribute generatedCommandList;
2447
+ callback attribute acceptedCommandList;
2448
+ callback attribute eventList;
2449
+ callback attribute attributeList;
2442
2450
ram attribute featureMap default = 0;
2443
2451
ram attribute clusterRevision default = 1;
2444
2452
@@ -2622,6 +2630,10 @@ endpoint 0 {
2622
2630
callback attribute windowStatus;
2623
2631
callback attribute adminFabricIndex;
2624
2632
callback attribute adminVendorId;
2633
+ callback attribute generatedCommandList;
2634
+ callback attribute acceptedCommandList;
2635
+ callback attribute eventList;
2636
+ callback attribute attributeList;
2625
2637
ram attribute featureMap default = 0;
2626
2638
ram attribute clusterRevision default = 1;
2627
2639
@@ -2636,6 +2648,10 @@ endpoint 0 {
2636
2648
callback attribute commissionedFabrics;
2637
2649
callback attribute trustedRootCertificates;
2638
2650
callback attribute currentFabricIndex;
2651
+ callback attribute generatedCommandList;
2652
+ callback attribute acceptedCommandList;
2653
+ callback attribute eventList;
2654
+ callback attribute attributeList;
2639
2655
ram attribute featureMap default = 0;
2640
2656
ram attribute clusterRevision default = 1;
2641
2657
@@ -2658,6 +2674,10 @@ endpoint 0 {
2658
2674
callback attribute groupTable;
2659
2675
callback attribute maxGroupsPerFabric;
2660
2676
callback attribute maxGroupKeysPerFabric;
2677
+ callback attribute generatedCommandList;
2678
+ callback attribute acceptedCommandList;
2679
+ callback attribute eventList;
2680
+ callback attribute attributeList;
2661
2681
callback attribute featureMap;
2662
2682
callback attribute clusterRevision;
2663
2683
@@ -2725,30 +2745,68 @@ endpoint 1 {
2725
2745
ram attribute numberOfTotalUsersSupported default = 10;
2726
2746
ram attribute numberOfPINUsersSupported default = 10;
2727
2747
ram attribute numberOfRFIDUsersSupported default = 10;
2748
+ ram attribute numberOfWeekDaySchedulesSupportedPerUser default = 10;
2749
+ ram attribute numberOfYearDaySchedulesSupportedPerUser default = 10;
2750
+ ram attribute numberOfHolidaySchedulesSupported default = 10;
2728
2751
ram attribute maxPINCodeLength default = 8;
2729
2752
ram attribute minPINCodeLength default = 6;
2730
2753
ram attribute maxRFIDCodeLength default = 20;
2731
2754
ram attribute minRFIDCodeLength default = 10;
2732
2755
ram attribute credentialRulesSupport default = 1;
2733
2756
ram attribute numberOfCredentialsSupportedPerUser default = 5;
2734
- ram attribute autoRelockTime;
2757
+ ram attribute language default = "en";
2758
+ ram attribute autoRelockTime default = 60;
2759
+ ram attribute soundVolume default = 0;
2735
2760
ram attribute operatingMode default = 0x00;
2736
2761
ram attribute supportedOperatingModes default = 0xFFF6;
2737
2762
ram attribute enableOneTouchLocking default = 0x00;
2738
2763
ram attribute enablePrivacyModeButton default = 0x00;
2739
2764
ram attribute wrongCodeEntryLimit default = 3;
2740
2765
ram attribute userCodeTemporaryDisableTime default = 10;
2741
2766
ram attribute requirePINforRemoteOperation default = 0;
2767
+ callback attribute aliroReaderVerificationKey;
2768
+ callback attribute aliroReaderGroupIdentifier;
2769
+ callback attribute aliroReaderGroupSubIdentifier;
2770
+ callback attribute aliroExpeditedTransactionSupportedProtocolVersions;
2771
+ callback attribute aliroGroupResolvingKey;
2772
+ callback attribute aliroSupportedBLEUWBProtocolVersions;
2773
+ callback attribute aliroBLEAdvertisingVersion;
2774
+ callback attribute numberOfAliroCredentialIssuerKeysSupported;
2775
+ callback attribute numberOfAliroEndpointKeysSupported;
2742
2776
callback attribute generatedCommandList;
2743
2777
callback attribute acceptedCommandList;
2744
2778
callback attribute eventList;
2745
2779
callback attribute attributeList;
2746
- ram attribute featureMap default = 0x0001 ;
2780
+ ram attribute featureMap default = 0x7DB3 ;
2747
2781
ram attribute clusterRevision default = 7;
2748
2782
2749
2783
handle command LockDoor;
2750
2784
handle command UnlockDoor;
2751
2785
handle command UnlockWithTimeout;
2786
+ handle command SetWeekDaySchedule;
2787
+ handle command GetWeekDaySchedule;
2788
+ handle command GetWeekDayScheduleResponse;
2789
+ handle command ClearWeekDaySchedule;
2790
+ handle command SetYearDaySchedule;
2791
+ handle command GetYearDaySchedule;
2792
+ handle command GetYearDayScheduleResponse;
2793
+ handle command ClearYearDaySchedule;
2794
+ handle command SetHolidaySchedule;
2795
+ handle command GetHolidaySchedule;
2796
+ handle command GetHolidayScheduleResponse;
2797
+ handle command ClearHolidaySchedule;
2798
+ handle command SetUser;
2799
+ handle command GetUser;
2800
+ handle command GetUserResponse;
2801
+ handle command ClearUser;
2802
+ handle command SetCredential;
2803
+ handle command SetCredentialResponse;
2804
+ handle command GetCredentialStatus;
2805
+ handle command GetCredentialStatusResponse;
2806
+ handle command ClearCredential;
2807
+ handle command UnboltDoor;
2808
+ handle command SetAliroReaderConfig;
2809
+ handle command ClearAliroReaderConfig;
2752
2810
}
2753
2811
}
2754
2812
0 commit comments