forked from p.vanderwilt/settler
Implement error logging for unimplemented _tModel method
This commit is contained in:
@@ -71,7 +71,7 @@ class Settler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_tModel() {
|
_tModel() {
|
||||||
|
this.logger.error("Not implemented yet.");
|
||||||
|
|
||||||
return [
|
return [
|
||||||
{ topic: "Fluent", payload: { inlet: 0, F: null, C: null } },
|
{ topic: "Fluent", payload: { inlet: 0, F: null, C: null } },
|
||||||
|
|||||||
Reference in New Issue
Block a user