Skip to content

Commit

Permalink
Adding documentation for logger type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-winn committed Aug 12, 2024
1 parent 96089d6 commit 08de5b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The following describes the configuration settings available within the plugin.
"name": "Homebridge Automower Platform",
"device_type": "automower",
"sensor_mode": "all",
"logger_type": "default",
"lang": "en",
"authentication_mode": "client_credentials",
"appKey": "<<REDACTED>>",
Expand All @@ -74,6 +75,10 @@ The following describes the configuration settings available within the plugin.
- _motion_only_: Only motion sensors will be registered
- _contact_only_: Only contact sensors will be registered
- _none_: No sensors
- _logger_type_: This determines how the plugin will log statements to Homebridge
- _default_: Uses the stock Homebridge logger
- _imitation_: Looks like the default logger, but adds improved support for debugging
- _force_debug_: This forcibly writes the debug statements to stdout.
- _lang_: This will be the language used during logging. The following languages are supported:
- _en_: English (US)
- _authentication_mode_: The type of authentication modes available to login to Husqvarna Group cloud services. The following authentication modes are supported:
Expand Down

0 comments on commit 08de5b5

Please sign in to comment.