- Create a native query to find the DataSourceModbus with the Server ID.

- Edit the Conversion tool to override the Mapping elements when the DataSourceModbus is existing in the database.
- Edit the data_point_modbus table by adding new threshold percentage column.
- Edit the Mapping to consider the thresholdPercentage in the DataPointModbus.
- Edit the APIs to accept requests from the Combo-boxes as an Objects.
pull/37/head
Abdelaziz Said 4 years ago
parent 0948a27a0c
commit 8ea2199445

3
.gitignore vendored

@ -15,3 +15,6 @@ out/
.metadata/ .metadata/
**/bin/main/ **/bin/main/
**/bin/test/ **/bin/test/
target/iec61850-0.0.1-SNAPSHOT.jar
target/maven-archiver
*.jar

@ -1,5 +1,5 @@
#Generated by Maven #Generated by Maven
#Mon Jan 10 15:26:04 EET 2022 #Wed Jan 12 00:19:49 EET 2022
version=0.0.1-SNAPSHOT version=0.0.1-SNAPSHOT
groupId=com.master groupId=com.master
artifactId=iec61850 artifactId=iec61850

Loading…
Cancel
Save