Skip to content

Commit

Permalink
Refactored OPC-UA-Server module.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Jul 23, 2023
1 parent acba586 commit 02a5181
Show file tree
Hide file tree
Showing 6 changed files with 1,233 additions and 2,427 deletions.
4 changes: 2 additions & 2 deletions src/OPC-UA-Server/app-defs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

/*
* {json:scada} - Copyright (c) 2020-2021 - Ricardo L. Olsen
* {json:scada} - Copyright (c) 2020-2023 - 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
Expand All @@ -21,5 +21,5 @@ module.exports = {
NAME: 'OPC-UA_SERVER',
ENV_PREFIX: 'JS_OPCUASERVER_',
MSG: '{json:scada} - OPC-UA Server',
VERSION: '0.1.3',
VERSION: '0.1.4',
}
Loading

0 comments on commit 02a5181

Please sign in to comment.