sensor.modify
This commit is contained in:
@@ -16,7 +16,10 @@ public interface SensorService {
|
||||
Sensor regist(Sensor sensor, List<MetaDisplayItemMapping> metaDisplayItemMappings) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Sensor modify(Long sensorID, List<MetaDisplayItemMapping> metaDisplayItemMappings) throws OverflowException;
|
||||
Sensor modify(Sensor sensor) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Sensor modifyItems(Long sensorID, List<MetaDisplayItemMapping> metaDisplayItemMappings) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Sensor read(Long id) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user