Skip to content

Commit

Permalink
Refactored Demo Simul.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Jul 14, 2023
1 parent d6555fe commit 90454f5
Show file tree
Hide file tree
Showing 6 changed files with 632 additions and 421 deletions.
25 changes: 25 additions & 0 deletions src/demo_simul/app-defs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
'use strict'

/*
* {json:scada} - Copyright (c) 2020-2021 - Ricardo L. Olsen
* This file is part of the JSON-SCADA distribution (https://github.com/riclolsen/json-scada).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* 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
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

module.exports = {
NAME: 'demo substation simul',
ENV_PREFIX: 'JS_DEMO_SIMUL_',
MSG: '{json:scada} - Demo Simul',
VERSION: '0.2.0',
}
Loading

0 comments on commit 90454f5

Please sign in to comment.