get¶
Synopsis¶
get(serial: string, path: string) : Promise<Response>
Send a GET request to a LinQ device connected to LinQ Network Library. This routine is basically a thin wrapper around send.
Parameters¶
Parameter | Description |
---|---|
serial: string | Serial number of the device to receive request |
path: string | The URL of the request (IE: “/ATX/about”) |
Example¶
See send
See Also