Class DHT11
- java.lang.Object
-
- io.patriot_framework.generator.device.AbstractDevice
-
- io.patriot_framework.generator.device.passive.sensors.AbstractSensor
-
- io.patriot_framework.generator.device.impl.basicDevices.DHT11
-
public class DHT11 extends AbstractSensor
This class represents temperature and humidity sensor as Device Composition. Constructor requires two DataFeeds, one for temperature, one for humidity.
-
-
Method Summary
-
Methods inherited from class io.patriot_framework.generator.device.passive.sensors.AbstractSensor
addDataFeed, getDataFeeds, removeDataFeed, requestData
-
Methods inherited from class io.patriot_framework.generator.device.AbstractDevice
getCoapController, getDataObservable, getLabel, getNetworkAdapter, getUUID, setCoapController, setDataObservable, setLabel, setNetworkAdapter, setUUID, startCoapController, stopCoapController
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.patriot_framework.generator.device.Device
getCoapController, getDataObservable, getNetworkAdapter, setCoapController, setDataObservable, setNetworkAdapter, startCoapController, stopCoapController
-
-