Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #34

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ To display the module insert it in the config.js file.
displayStyle: "Text",
displayLastPresence: true,
lastPresenceTimeFormat: "LL H:mm",
mode6_gpio: 20,
mode6_clearGpioValue: true,
pir_gpio: 21,
pir_reverseValue: false,
mode6_gpio: 20,
mode6_clearGpioValue: true,
xrandrForceRotation: "normal",
wrandrForceRotation: "normal",
wrandrForceMode: "1920x1080",
Expand All @@ -65,10 +65,10 @@ To display the module insert it in the config.js file.
| displayStyle| Style of the Count-down. Available: "Text", "Line", "SemiCircle", "Circle" | String | Text |
| displayLastPresence| Display the date of the last user presence | Boolean | true |
| lastPresenceTimeFormat| Change the date format (moment.js format) of the last presence | String | LL H:mm |
| mode6_gpio| GPIO number for control the relay (mode 6 only) | Number | 20 |
| mode6_clearGpioValue| reset GPIO value script of relay (mode 6 only) | Boolean | true |
| pir_gpio | BCM-number of the sensor pin | Number | 21 |
| pir_reverseValue | Reverse sensor received value | Boolean | false |
| mode6_gpio| **-mode 6 only-** GPIO number for control the relay (switch) | Number | 20 |
| mode6_clearGpioValue| **-mode 6 only-** reset GPIO value script of relay (switch) | Boolean | true |
| xrandrForceRotation | **-mode 9 only-** Forces screen rotation according to the defined value (possible value: "normal", "left", "right", "inverted") | String | normal |
| wrandrForceRotation | **-mode 10 only-** Forces screen rotation according to the defined value (possible value: "normal", "90", "180", "270", "flipped", "flipped-90", "flipped-180", "flipped-270") | String | normal |
| wrandrForceMode | **-mode 10 only-** Force screen resolution mode | String | null |
Expand Down
Loading