Merge pull request #402 from osmanovv/patch-2

param value is case sensitive
This commit is contained in:
Garth Vander Houwen 2022-09-11 09:00:20 -07:00 committed by GitHub
commit 50dfcadfe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ If your pairing mode is set to fixed PIN this is the value of that fixed 6 digit
| Setting | Acceptable Values | Default |
| :-----------------------: | :-----------------: | :-----: |
| bluetooth.enabled | `true`, `false` | `true` |
| bluetooth.mode | `randomPin`, `fixedPin`, `noPin` | `randomPin` |
| bluetooth.mode | `RandomPin`, `FixedPin`, `NoPin` | `RandomPin` |
| bluetooth.fixedPin | `integer` 6 Digits | `123456` |