ClusterInstance: MutableCluster<{
    commands: {
        applyUpdateRequest: Command<TypeFromFields, TypeFromFields, any>;
        notifyUpdateApplied: Command<TypeFromFields, void, any>;
        queryImage: Command<TypeFromFields, TypeFromFields, any>;
    };
    id: 41;
    name: "OtaSoftwareUpdateProvider";
    revision: 1;
}, []>

Type declaration

  • Readonlycommands: {
        applyUpdateRequest: Command<TypeFromFields, TypeFromFields, any>;
        notifyUpdateApplied: Command<TypeFromFields, void, any>;
        queryImage: Command<TypeFromFields, TypeFromFields, any>;
    }
    • ReadonlyapplyUpdateRequest: Command<TypeFromFields, TypeFromFields, any>

      MatterSpecification.v13.Core § 11.20.6.5.3

    • ReadonlynotifyUpdateApplied: Command<TypeFromFields, void, any>

      MatterSpecification.v13.Core § 11.20.6.5.5

    • ReadonlyqueryImage: Command<TypeFromFields, TypeFromFields, any>

      Upon receipt, this command shall trigger an attempt to find an updated Software Image by the OTA Provider to match the OTA Requestor’s constraints provided in the payload fields.

      MatterSpecification.v13.Core § 11.20.6.5.1

  • Readonlyid: 41
  • Readonlyname: "OtaSoftwareUpdateProvider"
  • Readonlyrevision: 1