You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your question is very generic, but I agree, I also had a hard time to figure out where to start.
I took this one:
var WMBUS = require('wm-bus').WMBUS;
var wmb = new WMBUS( {
log: {
debug: console.log, //
error: console.log
}
});
wmb.crcRemoved = true;
//wmb.addAESKey(/* id / '00051713', / aes-key */ '0000000000000000');
wmb.decrypted = 1;
var data = '3c449344568873352137720680546693442104550000200c05183604004c0560630100426c5f2ccc080562090400c2086c7f2a326cffff046d160d772b';
wmb.parseHex ( data);
and crashed into an error
xception has occurred: ReferenceError
ReferenceError: uc is not defined
at WMBUS.decodeApplicationLayer .....node_modules/wm-bus/lib/wmbus-decoder.js:1508:13)
how to test this ?
The text was updated successfully, but these errors were encountered: