Skip to content

Commit

Permalink
Refactored mqtt-sparkplug module.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Jul 22, 2023
1 parent 27ceda5 commit acba586
Show file tree
Hide file tree
Showing 9 changed files with 687 additions and 610 deletions.
4 changes: 2 additions & 2 deletions src/mqtt-sparkplug/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 @@ -22,7 +22,7 @@ module.exports = {
ENV_PREFIX: 'JS_MQTTSPB_',
AUTOTAG_PREFIX: 'MQTT',
MSG: '{json:scada} - MQTT-Sparkplug-B Client Driver',
VERSION: '0.1.4',
VERSION: '0.1.5',
MAX_QUEUEDMETRICS: 10000,
SPARKPLUG_PUBLISH_INTERVAL: 777,
SPARKPLUG_COMPRESS_DBIRTH: false,
Expand Down
2 changes: 1 addition & 1 deletion src/mqtt-sparkplug/auto-tag.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 Down
Loading

0 comments on commit acba586

Please sign in to comment.