test
This commit is contained in:
@@ -38,11 +38,6 @@ public interface SensorService {
|
||||
|
||||
Sensor decreaseSensorItemCount(Long id) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Sensor start(Long id) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Sensor stop(Long id) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
Sensor registSensorConfig(Sensor sensor, List<SensorItem> sensorItemList, String etcJson) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user