|
437 | 437 | 0x00000101, /* Cluster: Door Lock, Command: SetCredential, Privilege: administer */ \
|
438 | 438 | 0x00000101, /* Cluster: Door Lock, Command: GetCredentialStatus, Privilege: administer */ \
|
439 | 439 | 0x00000101, /* Cluster: Door Lock, Command: ClearCredential, Privilege: administer */ \
|
| 440 | + 0x00000507, /* Cluster: Media Input, Command: RenameInput, Privilege: manage */ \ |
440 | 441 | 0xFFF1FC06, /* Cluster: Fault Injection, Command: FailAtFault, Privilege: manage */ \
|
441 | 442 | 0xFFF1FC06, /* Cluster: Fault Injection, Command: FailRandomlyAtFault, Privilege: manage */ \
|
442 | 443 | }
|
|
490 | 491 | 0x00000022, /* Cluster: Door Lock, Command: SetCredential, Privilege: administer */ \
|
491 | 492 | 0x00000024, /* Cluster: Door Lock, Command: GetCredentialStatus, Privilege: administer */ \
|
492 | 493 | 0x00000026, /* Cluster: Door Lock, Command: ClearCredential, Privilege: administer */ \
|
| 494 | + 0x00000003, /* Cluster: Media Input, Command: RenameInput, Privilege: manage */ \ |
493 | 495 | 0x00000000, /* Cluster: Fault Injection, Command: FailAtFault, Privilege: manage */ \
|
494 | 496 | 0x00000001, /* Cluster: Fault Injection, Command: FailRandomlyAtFault, Privilege: manage */ \
|
495 | 497 | }
|
|
543 | 545 | kMatterAccessPrivilegeAdminister, /* Cluster: Door Lock, Command: SetCredential, Privilege: administer */ \
|
544 | 546 | kMatterAccessPrivilegeAdminister, /* Cluster: Door Lock, Command: GetCredentialStatus, Privilege: administer */ \
|
545 | 547 | kMatterAccessPrivilegeAdminister, /* Cluster: Door Lock, Command: ClearCredential, Privilege: administer */ \
|
| 548 | + kMatterAccessPrivilegeManage, /* Cluster: Media Input, Command: RenameInput, Privilege: manage */ \ |
546 | 549 | kMatterAccessPrivilegeManage, /* Cluster: Fault Injection, Command: FailAtFault, Privilege: manage */ \
|
547 | 550 | kMatterAccessPrivilegeManage, /* Cluster: Fault Injection, Command: FailRandomlyAtFault, Privilege: manage */ \
|
548 | 551 | }
|
|
0 commit comments