Appearance
Home > resol-vbus-core-nodejs > fetchDeviceInformation
fetchDeviceInformation() function
Fetch device information from the public web service API.
Signature:
typescript
export declare function fetchDeviceInformation(host: string, port?: number): Promise<Map<string, string>>;
Parameters
Parameter | Type | Description |
---|---|---|
host | string | The address. |
port | number | (Optional) The port. |
Promise<Map<string, string>>
The list of device information.