⚠️ Internal: This API is not publically exported by the package.
interface Parameter {
    name: string;
    type: DataType | BuffaloZclDataType;
}

Hierarchy

Properties

Properties

name: string