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
- revoked: `optional(bool)` - boolean flag to revoke the model
414
+
- otaURL: `optional(string)` - the URL of the OTA
415
+
- otaChecksum: `optional(string)` - the checksum of the OTA
416
+
- otaChecksumType: `optional(string)` - the type of the OTA checksum
417
+
- otaBlob: `optional(string)` - metadata about OTA
418
+
- commissioningCustomFlow: `optional(uint8)` - A value of 1 indicates that user interaction with the device (pressing a button, for example) is required before commissioning can take place. When CommissioningCustomflow is set to a value of 2, the commissioner SHOULD attempt to obtain a URL which MAY be used to provide an end-user with the necessary details for how to configure the product for initial commissioning
419
+
- commissioningCustomFlowURL: `optional(string)` - commissioningCustomFlowURL SHALL identify a vendor specific commissioning URL for the device model when the commissioningCustomFlow field is set to '2'
420
+
- commissioningModeInitialStepsHint: `optional(uint32)` - commissioningModeInitialStepsHint SHALL identify a hint for the steps that can be used to put into commissioning mode a device that has not yet been commissioned. This field is a bitmap with values defined in the Pairing Hint Table. For example, a value of 1 (bit 0 is set) indicates that a device that has not yet been commissioned will enter Commissioning Mode upon a power cycle.
421
+
- 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
422
+
- 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.
423
+
- 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
424
+
- releaseNotesURL: `optional(string)` - URL that contains product specific web page that contains release notes for the device model.
425
+
- userManualURL: `optional(string)` - URL that contains product specific web page that contains user manual for the device model.
426
+
- supportURL: `optional(string)` - URL that contains product specific web page that contains support details for the device model.
427
+
- productURL: `optional(string)` - URL that contains product specific web page that contains details for the device model.
428
+
- chipBlob: `optional(string)` - chipBlob SHALL identify CHIP specific configurations
429
+
- vendorBlob: `optional(string)` - field for vendors to provide any additional metadata about the device model using a string, blob, or URL.
Command: `dclcli tx model update-model --vid=<uint16> --pid=<uint16> --from=<account>`
441
+
existing Model.
425
442
426
443
Flags:
427
444
- vid: `uint16` - model vendor ID
428
445
- pid: `uint16` - model product ID
429
-
- tis-or-trp-testing-completed: `bool` - whether model has successfully completed TIS/TRP testing
446
+
- description: `string` - model description (string or path to file containing data)
447
+
- cdVersionNumber: `uint32` - CD Version Number of the Certification
430
448
- from: `string` - Name or address of private key with which to sign
431
-
- description: `optional(string)` - model description (string or path to file containing data)
432
-
- cid: `optional(uint16)` - model category ID
433
-
- custom: `optional(string)` - custom information (string or path to file containing data)
434
-
- ota-url: `optional(string)` - a new OTA URL. Can be edited only if `OTA_checksum` and `OTA_checksum_type` are already set.
449
+
- revoked: `optional(bool)` - boolean flag to revoke the model
450
+
- otaURL: `optional(string)` - the URL of the OTA
451
+
- otaChecksum: `optional(string)` - the checksum of the OTA
452
+
- otaChecksumType: `optional(string)` - the type of the OTA checksum
453
+
- otaBlob: `optional(string)` - metadata about OTA
454
+
- commissioningCustomFlowURL: `optional(string)` - commissioningCustomFlowURL SHALL identify a vendor specific commissioning URL for the device model when the commissioningCustomFlow field is set to '2'
455
+
- releaseNotesURL: `optional(string)` - URL that contains product specific web page that contains release notes for the device model.
456
+
- userManualURL: `optional(string)` - URL that contains product specific web page that contains user manual for the device model.
457
+
- supportURL: `optional(string)` - URL that contains product specific web page that contains support details for the device model.
458
+
- productURL: `optional(string)` - URL that contains product specific web page that contains details for the device model.
459
+
- chipBlob: `optional(string)` - chipBlob SHALL identify CHIP specific configurations
460
+
- vendorBlob: `optional(string)` - field for vendors to provide any additional metadata about the device model using a string, blob, or URL.
0 commit comments