CompleteInstance: MutableCluster<{
    attributes: @matter/general;
    commands: {
        renameOutput: Command<TypeFromFields, void, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                nameUpdates: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        selectOutput: Command<TypeFromFields, void, any>;
    };
    features: {
        nameUpdates: BitFlag;
    };
    id: @matter/general;
    name: "AudioOutput";
    revision: 1;
}, []>

Type declaration

  • Readonlyattributes: @matter/general
  • Readonlycommands: {
        renameOutput: Command<TypeFromFields, void, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                nameUpdates: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        selectOutput: Command<TypeFromFields, void, any>;
    }
    • ReadonlyrenameOutput: Command<TypeFromFields, void, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              nameUpdates: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
    • ReadonlyselectOutput: Command<TypeFromFields, void, any>

      Upon receipt, this shall change the output on the device to the output at a specific index in the Output List.

      Note that when the current output is set to an output of type HDMI, adjustments to volume via a Speaker endpoint on the same node may cause HDMI volume up/down commands to be sent to the given HDMI output.

      MatterSpecification.v13.Cluster § 6.5.7.1

  • Readonlyfeatures: {
        nameUpdates: BitFlag;
    }
    • ReadonlynameUpdates: BitFlag

      NameUpdates

      Supports updates to output names

  • Readonlyid: @matter/general
  • Readonlyname: "AudioOutput"
  • Readonlyrevision: 1