add pin role - digital input with no pull up (i need it for door and water sensors)

This commit is contained in:
openshwprojects
2022-04-26 14:32:36 +02:00
parent 3130443aeb
commit 6bc428accb
7 changed files with 40 additions and 3 deletions

View File

@@ -234,6 +234,8 @@ const char *htmlPinRoleNames[] = {
"DigitalInput",
"DigitalInput_n",
"ToggleChannelOnToggle",
"DigitalInput_NoPullUp",
"DigitalInput_NoPullUp_n",
"e",
"e",
};