| // This IDL was generated automatically by ZAP. |
| // It is for view/code review purposes only. |
| |
| server cluster AccessControl = 31 { |
| enum AuthMode : ENUM8 { |
| kPase = 1; |
| kCase = 2; |
| kGroup = 3; |
| } |
| |
| enum ChangeTypeEnum : ENUM8 { |
| kChanged = 0; |
| kAdded = 1; |
| kRemoved = 2; |
| } |
| |
| enum Privilege : ENUM8 { |
| kView = 1; |
| kProxyView = 2; |
| kOperate = 3; |
| kManage = 4; |
| kAdminister = 5; |
| } |
| |
| struct AccessControlEntry { |
| Privilege privilege = 1; |
| AuthMode authMode = 2; |
| nullable INT64U subjects[] = 3; |
| nullable Target targets[] = 4; |
| fabric_idx fabricIndex = 254; |
| } |
| |
| struct Target { |
| nullable cluster_id cluster = 0; |
| nullable endpoint_no endpoint = 1; |
| nullable devtype_id deviceType = 2; |
| } |
| |
| struct ExtensionEntry { |
| OCTET_STRING<254> data = 1; |
| fabric_idx fabricIndex = 254; |
| } |
| |
| info event AccessControlEntryChanged = 0 { |
| nullable node_id adminNodeID = 1; |
| nullable INT16U adminPasscodeID = 2; |
| ChangeTypeEnum changeType = 3; |
| nullable AccessControlEntry latestValue = 4; |
| fabric_idx adminFabricIndex = 254; |
| } |
| |
| info event AccessControlExtensionChanged = 1 { |
| nullable node_id adminNodeID = 1; |
| nullable INT16U adminPasscodeID = 2; |
| ChangeTypeEnum changeType = 3; |
| nullable ExtensionEntry latestValue = 4; |
| fabric_idx adminFabricIndex = 254; |
| } |
| |
| attribute AccessControlEntry acl[] = 0; |
| attribute ExtensionEntry extension[] = 1; |
| readonly global attribute attrib_id attributeList[] = 65531; |
| readonly global attribute int16u clusterRevision = 65533; |
| } |
| |
| client cluster DiagnosticLogs = 50 { |
| enum LogsIntent : ENUM8 { |
| kEndUserSupport = 0; |
| kNetworkDiag = 1; |
| kCrashLogs = 2; |
| } |
| |
| enum LogsStatus : ENUM8 { |
| kSuccess = 0; |
| kExhausted = 1; |
| kNoLogs = 2; |
| kBusy = 3; |
| kDenied = 4; |
| } |
| |
| enum LogsTransferProtocol : ENUM8 { |
| kResponsePayload = 0; |
| kBdx = 1; |
| } |
| |
| } |
| |
| server cluster DiagnosticLogs = 50 { |
| enum LogsIntent : ENUM8 { |
| kEndUserSupport = 0; |
| kNetworkDiag = 1; |
| kCrashLogs = 2; |
| } |
| |
| enum LogsStatus : ENUM8 { |
| kSuccess = 0; |
| kExhausted = 1; |
| kNoLogs = 2; |
| kBusy = 3; |
| kDenied = 4; |
| } |
| |
| enum LogsTransferProtocol : ENUM8 { |
| kResponsePayload = 0; |
| kBdx = 1; |
| } |
| |
| |
| request struct RetrieveLogsRequestRequest { |
| LogsIntent intent = 0; |
| LogsTransferProtocol requestedProtocol = 1; |
| OCTET_STRING transferFileDesignator = 2; |
| } |
| |
| response struct RetrieveLogsResponse { |
| LogsStatus status = 0; |
| OCTET_STRING content = 1; |
| epoch_s timeStamp = 2; |
| INT32U timeSinceBoot = 3; |
| } |
| |
| command RetrieveLogsRequest(RetrieveLogsRequestRequest): RetrieveLogsResponse = 0; |
| } |
| |
| server cluster GeneralCommissioning = 48 { |
| enum CommissioningError : ENUM8 { |
| kOk = 0; |
| kValueOutsideRange = 1; |
| kInvalidAuthentication = 2; |
| kNoFailSafe = 3; |
| kBusyWithOtherAdmin = 4; |
| } |
| |
| enum RegulatoryLocationType : ENUM8 { |
| kIndoor = 0; |
| kOutdoor = 1; |
| kIndoorOutdoor = 2; |
| } |
| |
| struct BasicCommissioningInfo { |
| INT16U failSafeExpiryLengthSeconds = 0; |
| } |
| |
| attribute int64u breadcrumb = 0; |
| readonly attribute BasicCommissioningInfo basicCommissioningInfo = 1; |
| readonly global attribute int16u clusterRevision = 65533; |
| |
| request struct ArmFailSafeRequest { |
| INT16U expiryLengthSeconds = 0; |
| INT64U breadcrumb = 1; |
| INT32U timeoutMs = 2; |
| } |
| |
| request struct SetRegulatoryConfigRequest { |
| RegulatoryLocationType location = 0; |
| CHAR_STRING countryCode = 1; |
| INT64U breadcrumb = 2; |
| INT32U timeoutMs = 3; |
| } |
| |
| response struct ArmFailSafeResponse { |
| CommissioningError errorCode = 0; |
| CHAR_STRING debugText = 1; |
| } |
| |
| response struct SetRegulatoryConfigResponse { |
| CommissioningError errorCode = 0; |
| CHAR_STRING debugText = 1; |
| } |
| |
| response struct CommissioningCompleteResponse { |
| CommissioningError errorCode = 0; |
| CHAR_STRING debugText = 1; |
| } |
| |
| command ArmFailSafe(ArmFailSafeRequest): ArmFailSafeResponse = 0; |
| command SetRegulatoryConfig(SetRegulatoryConfigRequest): SetRegulatoryConfigResponse = 2; |
| command CommissioningComplete(): CommissioningCompleteResponse = 4; |
| } |
| |
| server cluster NetworkCommissioning = 49 { |
| enum NetworkCommissioningStatus : ENUM8 { |
| kSuccess = 0; |
| kOutOfRange = 1; |
| kBoundsExceeded = 2; |
| kNetworkIDNotFound = 3; |
| kDuplicateNetworkID = 4; |
| kNetworkNotFound = 5; |
| kRegulatoryError = 6; |
| kAuthFailure = 7; |
| kUnsupportedSecurity = 8; |
| kOtherConnectionFailure = 9; |
| kIPV6Failed = 10; |
| kIPBindFailed = 11; |
| kUnknownError = 12; |
| } |
| |
| enum WiFiBand : ENUM8 { |
| k2g4 = 0; |
| k3g65 = 1; |
| k5g = 2; |
| k6g = 3; |
| k60g = 4; |
| } |
| |
| bitmap NetworkCommissioningFeature : BITMAP32 { |
| kWiFiNetworkInterface = 0x1; |
| kThreadNetworkInterface = 0x2; |
| kEthernetNetworkInterface = 0x4; |
| } |
| |
| struct WiFiInterfaceScanResult { |
| BITMAP8 security = 0; |
| OCTET_STRING ssid = 1; |
| OCTET_STRING bssid = 2; |
| INT16U channel = 3; |
| WiFiBand wiFiBand = 4; |
| INT8S rssi = 5; |
| } |
| |
| struct ThreadInterfaceScanResult { |
| INT64U panId = 0; |
| INT64U extendedPanId = 1; |
| CHAR_STRING networkName = 2; |
| INT16U channel = 3; |
| INT8U version = 4; |
| INT64U extendedAddress = 5; |
| INT8S rssi = 6; |
| INT8U lqi = 7; |
| } |
| |
| readonly global attribute int16u clusterRevision = 65533; |
| |
| request struct ScanNetworksRequest { |
| OCTET_STRING ssid = 0; |
| INT64U breadcrumb = 1; |
| } |
| |
| request struct AddOrUpdateWiFiNetworkRequest { |
| OCTET_STRING ssid = 0; |
| OCTET_STRING credentials = 1; |
| INT64U breadcrumb = 2; |
| } |
| |
| request struct AddOrUpdateThreadNetworkRequest { |
| OCTET_STRING operationalDataset = 0; |
| INT64U breadcrumb = 1; |
| } |
| |
| request struct RemoveNetworkRequest { |
| OCTET_STRING networkID = 0; |
| INT64U breadcrumb = 1; |
| } |
| |
| request struct ConnectNetworkRequest { |
| OCTET_STRING networkID = 0; |
| INT64U breadcrumb = 1; |
| } |
| |
| request struct ReorderNetworkRequest { |
| OCTET_STRING networkID = 0; |
| INT8U networkIndex = 1; |
| INT64U breadcrumb = 2; |
| } |
| |
| response struct ScanNetworksResponse { |
| NetworkCommissioningStatus networkingStatus = 0; |
| CHAR_STRING debugText = 1; |
| optional WiFiInterfaceScanResult wiFiScanResults[] = 2; |
| optional ThreadInterfaceScanResult threadScanResults[] = 3; |
| } |
| |
| response struct NetworkConfigResponse { |
| NetworkCommissioningStatus networkingStatus = 0; |
| CHAR_STRING debugText = 1; |
| } |
| |
| response struct ConnectNetworkResponse { |
| NetworkCommissioningStatus networkingStatus = 0; |
| CHAR_STRING debugText = 1; |
| INT32S errorValue = 2; |
| } |
| |
| command ScanNetworks(ScanNetworksRequest): ScanNetworksResponse = 0; |
| command AddOrUpdateWiFiNetwork(AddOrUpdateWiFiNetworkRequest): NetworkConfigResponse = 2; |
| command AddOrUpdateThreadNetwork(AddOrUpdateThreadNetworkRequest): NetworkConfigResponse = 3; |
| command RemoveNetwork(RemoveNetworkRequest): NetworkConfigResponse = 4; |
| command ConnectNetwork(ConnectNetworkRequest): ConnectNetworkResponse = 6; |
| command ReorderNetwork(ReorderNetworkRequest): NetworkConfigResponse = 8; |
| } |
| |
| server cluster OperationalCredentials = 62 { |
| enum OperationalCertStatus : ENUM8 { |
| kSuccess = 0; |
| kInvalidPublicKey = 1; |
| kInvalidNodeOpId = 2; |
| kInvalidNOC = 3; |
| kMissingCsr = 4; |
| kTableFull = 5; |
| kInsufficientPrivilege = 8; |
| kFabricConflict = 9; |
| kLabelConflict = 10; |
| kInvalidFabricIndex = 11; |
| } |
| |
| struct FabricDescriptor { |
| OCTET_STRING<65> rootPublicKey = 1; |
| INT16U vendorId = 2; |
| FABRIC_ID fabricId = 3; |
| NODE_ID nodeId = 4; |
| CHAR_STRING<32> label = 5; |
| fabric_idx fabricIndex = 254; |
| } |
| |
| readonly attribute FabricDescriptor fabrics[] = 1; |
| readonly attribute int8u supportedFabrics = 2; |
| readonly attribute int8u commissionedFabrics = 3; |
| readonly attribute OCTET_STRING trustedRootCertificates[] = 4; |
| readonly global attribute int16u clusterRevision = 65533; |
| |
| request struct AttestationRequestRequest { |
| OCTET_STRING attestationNonce = 0; |
| } |
| |
| request struct CertificateChainRequestRequest { |
| INT8U certificateType = 0; |
| } |
| |
| request struct CSRRequestRequest { |
| OCTET_STRING CSRNonce = 0; |
| } |
| |
| request struct AddNOCRequest { |
| OCTET_STRING NOCValue = 0; |
| optional OCTET_STRING ICACValue = 1; |
| OCTET_STRING IPKValue = 2; |
| NODE_ID caseAdminNode = 3; |
| INT16U adminVendorId = 4; |
| } |
| |
| request struct UpdateFabricLabelRequest { |
| CHAR_STRING label = 0; |
| } |
| |
| request struct RemoveFabricRequest { |
| fabric_idx fabricIndex = 0; |
| } |
| |
| request struct AddTrustedRootCertificateRequest { |
| OCTET_STRING rootCertificate = 0; |
| } |
| |
| response struct AttestationResponse { |
| OCTET_STRING attestationElements = 0; |
| OCTET_STRING signature = 1; |
| } |
| |
| response struct CertificateChainResponse { |
| OCTET_STRING certificate = 0; |
| } |
| |
| response struct CSRResponse { |
| OCTET_STRING NOCSRElements = 0; |
| OCTET_STRING attestationSignature = 1; |
| } |
| |
| response struct NOCResponse { |
| OperationalCertStatus statusCode = 0; |
| optional fabric_idx fabricIndex = 1; |
| optional CHAR_STRING debugText = 2; |
| } |
| |
| command AttestationRequest(AttestationRequestRequest): AttestationResponse = 0; |
| command CertificateChainRequest(CertificateChainRequestRequest): CertificateChainResponse = 2; |
| command CSRRequest(CSRRequestRequest): CSRResponse = 4; |
| command AddNOC(AddNOCRequest): NOCResponse = 6; |
| command UpdateFabricLabel(UpdateFabricLabelRequest): NOCResponse = 9; |
| command RemoveFabric(RemoveFabricRequest): NOCResponse = 10; |
| command AddTrustedRootCertificate(AddTrustedRootCertificateRequest): DefaultSuccess = 11; |
| } |
| |
| |
| endpoint 0 { |
| server cluster AccessControl; |
| binding cluster DiagnosticLogs; |
| server cluster DiagnosticLogs; |
| server cluster GeneralCommissioning; |
| server cluster NetworkCommissioning; |
| server cluster OperationalCredentials; |
| } |
| |