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