CAPAUT-254 Add datapaser tests

This commit is contained in:
2022-07-28 17:11:53 +02:00
parent db4e309439
commit 110f7a9ad8
6 changed files with 3070 additions and 42 deletions

View File

@@ -4,9 +4,10 @@
*
* @param {*} RED
*/
const PARADIGMA_UDP_PORT_DEFAULT = 22460
const dgram = require('node:dgram')
const dataParser = require('./dataparser')
const { dataParser } = require('./dataparser')
const PARADIGMA_UDP_PORT_DEFAULT = 22460
module.exports = function(RED) {