ing
This commit is contained in:
@@ -13,10 +13,13 @@ import com.loafle.overflow.model.sensorconfig.SensorConfig;
|
||||
public interface SensorConfigService extends Service {
|
||||
@ProbeAPI
|
||||
void InitConfig(List<SensorConfig> sensorConfigs) throws OverflowException;
|
||||
|
||||
@ProbeAPI
|
||||
void AddConfig(SensorConfig sensorConfig) throws OverflowException;
|
||||
|
||||
@ProbeAPI
|
||||
void UpdateConfig(SensorConfig sensorConfig) throws OverflowException;
|
||||
|
||||
@ProbeAPI
|
||||
void RemoveConfig(String configID) throws OverflowException;
|
||||
}
|
||||
Reference in New Issue
Block a user