Skip to content

Commit

Permalink
feat: add system functions $getAlarmsHistory to use in script #1512 #…
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Dec 11, 2024
1 parent 4dc6766 commit 4319108
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,9 @@
"script.sys-fnc-getAlarms-text": "$getAlarms()",
"script.sys-fnc-getAlarms-tooltip": "System function to get alarms list (): $getAlarms()",
"script.sys-fnc-getAlarms-params": "",
"script.sys-fnc-getAlarmsHistory-text": "$getAlarmsHistory(from msec., to msec.)",
"script.sys-fnc-getAlarmsHistory-tooltip": "System function to get historical alarms list (): $getAlarmsHistory(from as number, to as number)",
"script.sys-fnc-getAlarmsHistory-params": "'From msec.', 'To msec.'",
"script.sys-fnc-ackAlarms-text": "$ackAlarm(Alarm name, types)",
"script.sys-fnc-ackAlarms-tooltip": "System function to ACK alarm (): $ackAlarm(Alarm name as string, [types] 'highhigh|high|low')",
"script.sys-fnc-ackAlarms-params": "'Alarm name', 'types'",
Expand Down
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
</div>
</div>
</app-root>
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.2d2f80d247cc5c25.js" type="module"></script>
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.1e97161278a6746b.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa",
"version": "1.2.2-2070",
"version": "1.2.3-2072",
"keywords": [],
"author": "frangoteam <[email protected]>",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa-server",
"version": "1.2.2-2070",
"version": "1.2.3-2072",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 4319108

Please sign in to comment.