interface State {
    hardwareVersion?: number;
    hardwareVersionString?: string;
    manufacturingDate?: string;
    nodeLabel?: string;
    partNumber?: string;
    productAppearance?: TypeFromFields<{
        finish: FieldType<BasicInformation.ProductFinish>;
        primaryColor: FieldType<null | BasicInformation.Color>;
    }>;
    productLabel?: string;
    productName?: string;
    productUrl?: string;
    reachable: boolean;
    serialNumber?: string;
    softwareVersion?: number;
    softwareVersionString?: string;
    uniqueId?: string;
    vendorId?: VendorId;
    vendorName?: string;
}

Hierarchy

  • StateType
    • State

Properties

hardwareVersion?: number

MatterSpecification.v13.Core § 9.13.4

hardwareVersionString?: string

MatterSpecification.v13.Core § 9.13.4

manufacturingDate?: string

MatterSpecification.v13.Core § 9.13.4

nodeLabel?: string

MatterSpecification.v13.Core § 9.13.4

partNumber?: string

MatterSpecification.v13.Core § 9.13.4

productAppearance?: TypeFromFields<{
    finish: FieldType<BasicInformation.ProductFinish>;
    primaryColor: FieldType<null | BasicInformation.Color>;
}>

MatterSpecification.v13.Core § 9.13.4

productLabel?: string

MatterSpecification.v13.Core § 9.13.4

productName?: string

MatterSpecification.v13.Core § 9.13.4

productUrl?: string

MatterSpecification.v13.Core § 9.13.4

reachable: boolean

MatterSpecification.v13.Core § 9.13.4

serialNumber?: string

MatterSpecification.v13.Core § 9.13.4

softwareVersion?: number

MatterSpecification.v13.Core § 9.13.4

softwareVersionString?: string

MatterSpecification.v13.Core § 9.13.4

uniqueId?: string

MatterSpecification.v13.Core § 9.13.4

vendorId?: VendorId

MatterSpecification.v13.Core § 9.13.4

vendorName?: string

MatterSpecification.v13.Core § 9.13.4