getConnectionPoolQRData abstract method
- String poolId
Generates a configuration command string that can be encoded into a QR code.
The QR code data contains information to configure the device with the provided connection pool ID when scanned.
poolId
- A valid 4-character hexadecimal connection pool ID.
Returns the QR code data string, or an empty string if the ID is invalid.
Implementation
String getConnectionPoolQRData(String poolId);