Skip to content

Commit

Permalink
add some stuff for new config
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed Oct 15, 2024
1 parent cb57a99 commit fdb9e83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
"in": "Input",
"out": "Output",
"outhigh": "Output, initial value 1",
"outlow": "Output, initial value 0"
"outlow": "Output, initial value 0",
"GPIOConfigExplanation": "Add GPIO configurations here. Press on +, select if input or output and so on. Port numbers relate to Broadcom SOC channel, not physical pins. For inputs enter a debounce time in milliseconds into the Debounce / Poll column. For DHT11/22 Temperature sensors, the value in that column will be the poll interval.",
"MonitoringExplanation": "Select which elements to monitor. They will be polled on a regular basis and states will be created as needed.",
"pullupwarning": "WARNING: Pull up / Pull down is not really supported, currently. It should be in future, but it never was in the past. Be sure not to break anything.",
"GPIOVauleERRORText": "Error: GPIO must not be empty, must be unique and between 2 and 27."
}

0 comments on commit fdb9e83

Please sign in to comment.