Interface Cluster<F, SF, A, C, E>

interface Cluster<F, SF, A, C, E> {
    attributes: A;
    commands: C;
    events: E;
    features: F;
    id: ClusterId;
    name: string;
    revision: number;
    supportedFeatures: SF;
    unknown: boolean;
}

Type Parameters

Properties

attributes: A
commands: C
events: E
features: F
name: string
revision: number
supportedFeatures: SF
unknown: boolean