1
0

Change update DataPoints by a subscription way

This commit is contained in:
Rémi Heredero
2023-05-25 21:17:11 +02:00
parent e780bc860f
commit 4b3a0bedd4
6 changed files with 28 additions and 3 deletions

View File

@@ -56,6 +56,9 @@ public class DatabaseConnector implements DataPointListener {
if (bucket == null){
bucket = properties.getProperty("BUCKET");
}
// Subscribe to the update of DataPoints
DataPointListener.subscribeUpdate(this);
}
/**