@mega-yfue/eufy-sdk / resolveBrokerIps
Function: resolveBrokerIps()
ts
function resolveBrokerIps(hostname): Promise<string[]>;Resolve current A records for the broker hostname. An NLB typically returns one IP per AZ, so this is normally a short list (2-3), not the dozen the DNS-round-robin theory implied.
Parameters
hostname
string
Returns
Promise<string[]>