@mega-yfue/eufy-sdk / tuya / TuyaEnvelope
Interface: TuyaEnvelope<T>
Tuya's standard response envelope.
Type Parameters
T
T = unknown
Properties
errorCode?
ts
optional errorCode?: string;errorMsg?
ts
optional errorMsg?: string;result?
ts
optional result?: T;Decoded result payload (present on success).
status?
ts
optional status?: string;Occasionally present status string.
success
ts
success: boolean;t?
ts
optional t?: number;Server unix-ms timestamp.