Add distance float position handling with backward compatibility #1

Merged
p.vanderwilt merged 22 commits from :main into main 2025-09-26 11:41:53 +00:00
Showing only changes of commit 475caa90db - Show all commits

View File

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