@mega-yfue/eufy-sdk / tuya / isoToDialCode
Function: isoToDialCode()
ts
function isoToDialCode(iso): string | undefined;Map an ISO 3166-1 alpha-2 country code (e.g. "GB", "DE") to its E.164 numeric dial code. Covers the main eufy device markets. Returns undefined for unlisted codes — callers fall back to the region-based heuristic.
Parameters
iso
string
Returns
string | undefined