Uses of Class
org.shredzone.geordi.device.Device
Package | Description |
---|---|
org.shredzone.geordi.device | |
org.shredzone.geordi.service |
-
Uses of Device in org.shredzone.geordi.device
Subclasses of Device in org.shredzone.geordi.device Modifier and Type Class Description class
AquaeroDevice
ADevice
implementation that reads Aquaero fan controllers.class
AvmDevice
ADevice
implementation that reads values from AVM FRITZ!DECT smart home devices.class
Ccu2Device
ADevice
implementation that reads values from Homematic CCU2 home automation centrals.class
DustyDevice
ADevice
implementation that reads particulate sensors.class
KaminariDevice
ADevice
implementation for the Kaminari lightning sensor project. -
Uses of Device in org.shredzone.geordi.service
Methods in org.shredzone.geordi.service that return Device Modifier and Type Method Description Device
DatabaseService. getDevice(int id)
Returns theDevice
with the given ID.Device
DatabaseServiceImpl. getDevice(int id)
Methods in org.shredzone.geordi.service that return types with arguments of type Device Modifier and Type Method Description List<Device>
DatabaseService. fetchDevices()
Returns a list of allDevice
defined in the database.List<Device>
DatabaseServiceImpl. fetchDevices()
Methods in org.shredzone.geordi.service with parameters of type Device Modifier and Type Method Description List<Sensor>
DatabaseService. fetchSensors(Device device)
List<Sensor>
DatabaseServiceImpl. fetchSensors(Device device)