interface Parameter {
    name: string;
    type: DataType | BuffaloZclDataType;
}

Hierarchy (view full)

Properties

Properties

name: string