@mega-yfue/eufy-sdk / ParamDef
Interface: ParamDef
One param definition in the dictionary.
Properties
encoding?
ts
optional encoding?: ParamEncoding;How the wire value is encoded, when not a plain scalar (decode on read, encode on write).
name
ts
name: string;Stable camelCase code-facing name.
provenance
ts
provenance: PropertySource;type
ts
type: PropertyValueType;