You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/transactions.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ Not all fields can be edited (see `EDIT_MODEL`).
208
208
- commissioningModeInitialStepsInstruction: `optional(string)` - commissioningModeInitialStepsInstruction SHALL contain text which relates to specific values of CommissioningModeInitialStepsHint. Certain values of CommissioningModeInitialStepsHint, as defined in the Pairing Hint Table, indicate a Pairing Instruction (PI) dependency, and for these values the commissioningModeInitialStepsInstruction SHALL be set
209
209
- commissioningModeSecondaryStepsHint: `optional(uint32)` - commissioningModeSecondaryStepsHint SHALL identify a hint for steps that can be used to put into commissioning mode a device that has already been commissioned. This field is a bitmap with values defined in the Pairing Hint Table. For example, a value of 4 (bit 2 is set) indicates that a device that has already been commissioned will require the user to visit a current CHIP Administrator to put the device into commissioning mode.
210
210
- commissioningModeSecondaryStepInstruction: `optional(string)` - commissioningModeSecondaryStepInstruction SHALL contain text which relates to specific values of commissioningModeSecondaryStepsHint. Certain values of commissioningModeSecondaryStepsHint, as defined in the Pairing Hint Table, indicate a Pairing Instruction (PI) dependency, and for these values the commissioningModeSecondaryStepInstruction SHALL be set
211
-
-commissionerRemoteUiFlowURL`optional(string)` - commissionerRemoteUiFlowURL SHALL identify URL to show a custom flow UI for the commissioner
211
+
-managedAclExtensionRequestFlowUrl`optional(string)` - managedAclExtensionRequestFlowUrl SHALL identify a vendor-specific URL that can be used to request additional access to what is currently provided by the optional ManagedACL attribute
212
212
- userManualURL: `optional(string)` - URL that contains product specific web page that contains user manual for the device model.
213
213
- supportURL: `optional(string)` - URL that contains product specific web page that contains support details for the device model.
214
214
- productURL: `optional(string)` - URL that contains product specific web page that contains details for the device model.
@@ -255,7 +255,7 @@ All non-edited fields remain the same.
255
255
- commissioningCustomFlowURL: `optional(string)` - commissioningCustomFlowURL SHALL identify a vendor specific commissioning URL for the device model when the commissioningCustomFlow field is set to '2'
256
256
- commissioningModeInitialStepsInstruction: `optional(string)` - commissioningModeInitialStepsInstruction SHALL contain text which relates to specific values of CommissioningModeInitialStepsHint. Certain values of CommissioningModeInitialStepsHint, as defined in the Pairing Hint Table, indicate a Pairing Instruction (PI) dependency, and for these values the commissioningModeInitialStepsInstruction SHALL be set
257
257
- commissioningModeSecondaryStepInstruction: `optional(string)` - commissioningModeSecondaryStepInstruction SHALL contain text which relates to specific values of commissioningModeSecondaryStepsHint. Certain values of commissioningModeSecondaryStepsHint, as defined in the Pairing Hint Table, indicate a Pairing Instruction (PI) dependency, and for these values the commissioningModeSecondaryStepInstruction SHALL be set
258
-
-commissionerRemoteUiFlowURL`optional(string)` - commissionerRemoteUiFlowURL SHALL identify URL to show a custom flow UI for the commissioner
258
+
-managedAclExtensionRequestFlowUrl`optional(string)` - managedAclExtensionRequestFlowUrl SHALL identify a vendor-specific URL that can be used to request additional access to what is currently provided by the optional ManagedACL attribute
259
259
- userManualURL: `optional(string)` - URL that contains product specific web page that contains user manual for the device model.
260
260
- supportURL: `optional(string)` - URL that contains product specific web page that contains support details for the device model.
261
261
- productURL: `optional(string)` - URL that contains product specific web page that contains details for the device model.
Copy file name to clipboardexpand all lines: ts-client/zigbeealliance.distributedcomplianceledger.dclauth/types/zigbeealliance/distributedcomplianceledger/dclauth/grant.ts
+11-1
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ export interface Grant {
9
9
/** number of nanoseconds elapsed since January 1, 1970 UTC */
Copy file name to clipboardexpand all lines: ts-client/zigbeealliance.distributedcomplianceledger.dclupgrade/types/zigbeealliance/distributedcomplianceledger/dclupgrade/grant.ts
+11-1
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ export interface Grant {
9
9
/** number of nanoseconds elapsed since January 1, 1970 UTC */
Copy file name to clipboardexpand all lines: ts-client/zigbeealliance.distributedcomplianceledger.model/types/zigbeealliance/distributedcomplianceledger/model/model.ts
+10-10
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ export interface Model {
23
23
lsfRevision: number;
24
24
creator: string;
25
25
schemaVersion: number;
26
-
commissionerRemoteUiFlowUrl: string;
26
+
managedAclExtensionRequestFlowUrl: string;
27
27
}
28
28
29
29
functioncreateBaseModel(): Model{
@@ -47,7 +47,7 @@ function createBaseModel(): Model {
0 commit comments