This commit is contained in:
insanity 2018-06-07 23:28:12 +09:00
parent 324df1c9c4
commit aeb9eeb49b

View File

@ -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;