Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Sep 17, 2020
1 parent 4d1b7ba commit b60c35b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions controller/comms/messages/config/IntellichemMessage.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/* nodejs-poolController. An application to control pool equipment.
Copyright (C) 2016, 2017. Russell Goldin, tagyoureit. [email protected]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* nodejs-poolController. An application to control pool equipment.
Copyright (C) 2016, 2017. Russell Goldin, tagyoureit. [email protected]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import { Inbound, Outbound } from "../Messages";
import { sys, ControllerType } from "../../../Equipment";
import {state} from "../../../State";
Expand Down Expand Up @@ -62,7 +62,7 @@ export class IntellichemMessage {
if (typeof scontroller.pHDosingTime === 'undefined') scontroller.orpDosingTime = 0;
if (typeof scontroller.temp === 'undefined') scontroller.temp = 0;
if (typeof scontroller.tempUnits === 'undefined') scontroller.tempUnits = 0;
if (typeof scontroller.waterFlow === 'undefined') scontroller.waterFlow = 0;
//if (typeof scontroller.waterFlow === 'undefined') scontroller.waterFlow = 0;
}
}
break;
Expand Down

0 comments on commit b60c35b

Please sign in to comment.