Implement error logging for unimplemented _tModel method

This commit is contained in:
2025-11-28 11:53:35 +01:00
parent d5183bdca0
commit 55ae9edaa7

View File

@@ -71,7 +71,7 @@ class Settler {
}
_tModel() {
this.logger.error("Not implemented yet.");
return [
{ topic: "Fluent", payload: { inlet: 0, F: null, C: null } },