| | |
| | | |
| | | List<Sensor> getSensorsByCriteria(Map<String, Object> parameters); |
| | | |
| | | Map<String,Object> getSensorBySensorKey(@Param("sensorKey")String sensorKey); |
| | | Map<String,Object> getSensorBySensorKey(@Param("sensor_key")String sensor_key); |
| | | |
| | | List<Map<String,Object>> getSensorByDeviceId(@Param("id")String id); |
| | | |
| | | List<Map<String,Object>> getSensorByMonitorPointId(@Param("monitor_point_id")String monitor_point_id); |
| | | |
| | | List<Sensor> getSensorsByMac(Map<String, Object> parameters); |
| | | |
| | | List<Sensor> getSensorsInfoByMac(@Param("mac") String mac); |
| | | } |