Add distance float position handling with backward compatibility #1
@@ -237,9 +237,8 @@ class ChildRegistrationUtils {
|
||||
this.logger.info(`Reactor registered successfully.`);
|
||||
|
||||
reactor.emitter.on("stateChange", (data) => {
|
||||
this.mainClass.logger.debug(`State change of reactor detected: ${data}`);
|
||||
this.mainClass.setInflux = data;
|
||||
this.mainClass.updateState(data.timestamp);
|
||||
this.mainClass.logger.debug(`State change of upstream reactor detected.`);
|
||||
this.mainClass.updateState(data);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user