Readonlyattributes: AttributeClients<T["features"], T["attributes"]>Attributes of the cluster as object with named keys. This can be used to discover the attributes of the cluster programmatically.
Readonlycommands: CommandServers<T["commands"]>Commands of the cluster as object with named keys. This can be used to discover the commands of the cluster programmatically.
ReadonlyendpointEndpoint ID the cluster is on.
Readonlyevents: EventClients<T["events"]>Events of the cluster as object with named keys. This can be used to discover the events of the cluster programmatically.
Readonlyid: ClusterIdCluster ID
Returns if a given Attribute Id is present and supported at the connected cluster server.
Returns if a given Attribute with provided name is present and supported at the connected cluster server.
Returns if a given Command Id is present and supported at the connected cluster server.
Returns if a given Command with provided name is present and supported at the connected cluster server.
Returns if a given Event Id is present and supported at the connected cluster server.
Returns if a given Event with provided name is present and supported at the connected cluster server.
ReadonlyisWhether the cluster is unknown, means that we do not have types and schema information for it. Most likely no official cluster.
Readonlyname: stringCluster name
Readonlyrevision: numberCluster revision
ReadonlysubscribeSubscribe to all attributes of the cluster. This will subscribe to all attributes of the cluster. Add listeners to the relevant attributes you want to get updates for.
OptionaldataOptionaleventOptionalisOptionalkeepReadonlysupportedSupported Features of the cluster
Strongly typed interface of a cluster client