Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/types
clusters/audio-output
AudioOutput
RenameOutputRequest
Interface RenameOutputRequest
Input to the AudioOutput renameOutput command
See
MatterSpecification.v13.Cluster § 6.5.7.2
interface
RenameOutputRequest
{
index
:
number
;
name
:
string
;
}
Hierarchy (
view full
)
TypeFromSchema
<
typeof
AudioOutput
.
TlvRenameOutputRequest
>
RenameOutputRequest
Index
Properties
index
name
Properties
index
index
:
number
= ...
name
name
:
string
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
name
matter.js-monorepo
Loading...
Input to the AudioOutput renameOutput command
See
MatterSpecification.v13.Cluster § 6.5.7.2