Aufnahme des Wettersensors ASH2200 als "model"
Index: 14_CUL_WS.pm
===================================================================
--- 14_CUL_WS.pm (revision 3813)
+++ 14_CUL_WS.pm (working copy)
@@ -26,7 +26,7 @@
$hash->{AttrFn} = "CUL_WS_Attr";
$hash->{ParseFn} = "CUL_WS_Parse";
$hash->{AttrList} = "IODev do_not_notify:0,1 showtime:0,1 ".
- "model:S300TH,KS300 ignore:0,1 ".
+ "model:S300TH,KS300,ASH2200 ignore:0,1 ".
$readingFnAttributes;
}
Außerdem paßt die vorhandene commandref (=> Attributes) nicht zu der bisher existierenden model-Definition. Dort wird WS7000 als mögliches model aufgeführt, was aber in der Attributliste nicht definiert ist. ASH2200 müsste dort auch noch ergänzt werden.
Habs hinzugefuegt.