2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-09 13:45:33 +00:00

00_ZWDongle.pm: remove get timeouts (Forum #71333)

git-svn-id: https://svn.fhem.de/fhem/trunk@14154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-05-01 11:14:32 +00:00
parent befa974783
commit 1b687c87d9

View File

@ -68,7 +68,7 @@ my %gets = (
"raw" => "%s", # hex
"routeFor" => "92%02x", # hex
"sucNodeId" => "56", # ZW_GET_SUC_NODE_ID
"timeouts" => "06", # SERIAL_API_SET_TIMEOUTS
# "timeouts" => "06", # Forum #71333
"version" => "15", # ZW_GET_VERSION
);