Update Misc.ino

Added wind sensor for Plugin 186 & FHEM or generic HTTP controllers.
This commit is contained in:
JustMe-NL
2017-02-19 18:30:55 +01:00
committed by DatuX
parent cd60d32966
commit 21bd7d73d1
+3
View File
@@ -23,6 +23,9 @@ byte getValueCountFromSensorType(byte sensorType)
break;
case SENSOR_TYPE_TEMP_HUM_BARO:
case SENSOR_TYPE_TRIPLE:
#ifdef PLUGIN_186
case SENSOR_TYPE_WIND:
#endif
valueCount = 3;
break;
case SENSOR_TYPE_QUAD: