mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 11:26:03 +00:00
12_HProtocolGateway: fix pollIntervalMins attr
git-svn-id: https://svn.fhem.de/fhem/trunk@17397 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dd31ade215
commit
cf5676c19b
@ -48,7 +48,7 @@ sub HProtocolGateway_Initialize($) {
|
||||
"baudrate:300,600,1200,2400,4800,9600 " .
|
||||
"parityBit:N,E,O " .
|
||||
"databitsLength:5,6,7,8 " .
|
||||
"stopBit:0,1" .
|
||||
"stopBit:0,1 " .
|
||||
"pollIntervalMins " .
|
||||
"path";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user