ClusterInstance: MutableCluster<{
    attributes: {
        linkLocalAddress: OptionalFixedAttribute<Uint8Array, any>;
        macAddress: OptionalFixedAttribute<string, any>;
    };
    id: 1283;
    name: "WakeOnLan";
    revision: 1;
}, []>

Type declaration

  • Readonlyattributes: {
        linkLocalAddress: OptionalFixedAttribute<Uint8Array, any>;
        macAddress: OptionalFixedAttribute<string, any>;
    }
    • ReadonlylinkLocalAddress: OptionalFixedAttribute<Uint8Array, any>

      Indicates the current link-local address of the device. Only 128-bit IPv6 link- local addresses shall be used for this attribute.

      NOTE

      Some companies may consider MAC Address to be protected data subject to PII handling considerations and will therefore choose not to include it or read it. The MAC Address can often be determined using ARP in IPv4 or NDP in IPv6.

      MatterSpecification.v13.Cluster § 1.12.4.2

    • ReadonlymacAddress: OptionalFixedAttribute<string, any>

      Indicates the current MAC address of the device. Only 48-bit MAC Addresses shall be used for this attribute as required by the Wake on LAN protocol.

      Format of this attribute shall be an upper-case hex-encoded string representing the hex address, like 12345678ABCD.

      MatterSpecification.v13.Cluster § 1.12.4.1

  • Readonlyid: 1283
  • Readonlyname: "WakeOnLan"
  • Readonlyrevision: 1