Update Reference.md
This commit is contained in:
parent
c5ba453a95
commit
af5839e5a9
|
|
@ -62,6 +62,9 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali
|
|||
* note the log level can also be changed at runtime with the 'L' command via the [HomeSpan CLI](CLI.md)
|
||||
* see [Message Logging](Logging.md) for complete details
|
||||
|
||||
* `int getLogLevel()`
|
||||
* returns the current Log Level as set by `setLogLevel(level)`
|
||||
|
||||
* `void reserveSocketConnections(uint8_t nSockets)`
|
||||
* reserves *nSockets* network sockets for uses **other than** by the HomeSpan HAP Server for HomeKit Controller Connections
|
||||
* for sketches compiled under Arduino-ESP32 v2.0.1 or later, HomeSpan reserves 14 sockets for HAP Controller Connections
|
||||
|
|
|
|||
Loading…
Reference in New Issue