@mega-yfue/eufy-sdk / ParamInspection
Interface: ParamInspection
One reported param, cross-referenced against our dictionary.
Properties
inferredType
ts
inferredType: PropertyValueType;Type inferred from the live value (bool/number/string).
known
ts
known: boolean;True when the param is in our dictionary for this namespace.
name
ts
name: string;Our dictionary name, or param<pt> when unknown.
paramType
ts
paramType: number;provenance?
ts
optional provenance?: PropertySource;Trust of the dictionary mapping (absent ⇒ not in dictionary).
value
ts
value: string;Raw reported value (as delivered).