From 3d65f1847900b57b6dd7ed44e9aa35a27f245c57 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 22 Nov 2020 20:36:35 -0600 Subject: [PATCH] Update CLI.md --- docs/CLI.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/CLI.md b/docs/CLI.md index 0929c3f..454a86d 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -65,11 +65,12 @@ In addition to listening for incoming HAP requests, HomeSpan also continuously p * **L** \ - change the Log Level setting to \ * This command is used to set the Log Level, which controls the level of diagnostic messages output by HomeSpan. Valid values are: - * 0, for minimal diagnostics - * 1, for all diagnostics - * 2, for all diagnostics plus a real-time output of all HAP data received from, and transmitted to, HomeKit Controllers ---- + * 0 (minimal diagnostics), + * 1 (all diagnostics), and + * 2 (all diagnostics plus a real-time output of all HAP communication between HomeSpan and any connected HomeKit Controllers). + + --- [↩️](README.md) Back to the Welcome page