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 classAquaeroDeviceADeviceimplementation that reads Aquaero fan controllers.classAvmDeviceADeviceimplementation that reads values from AVM FRITZ!DECT smart home devices.classCcu2DeviceADeviceimplementation that reads values from Homematic CCU2 home automation centrals.classDustyDeviceADeviceimplementation that reads particulate sensors.classKaminariDeviceADeviceimplementation 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 DeviceDatabaseService. getDevice(int id)Returns theDevicewith the given ID.DeviceDatabaseServiceImpl. 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 allDevicedefined 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)