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
Hi,
The acknowledgeAlarm method doesn't work properly with the timestamps. I receive an error class 5 (services) and an error code 14 (invalid-time-stamp), or an error code 7 (inconsistent-parameters).
Node Version:
0.0.1-beta.14
Node BACstack Version:
18.9.0
Current Behaviour (Bug Report)
Hi,
The acknowledgeAlarm method doesn't work properly with the timestamps. I receive an error class 5 (services) and an error code 14 (invalid-time-stamp), or an error code 7 (inconsistent-parameters).
Steps to reproduce Issue (Bug Report)
If I send following acknowledge command :
I can see into Wireshark following telegramm:
Where the timestamps are wrong : August instead of September.
If I try to "cheat", and manually change the month, the day of week is not correct anymore.
Suggested correction
asn1.js, line 316
Increment the month :
buffer.buffer[buffer.offset++] = value.getMonth() + 1;
Thanks in advance!
Cédric
The text was updated successfully, but these errors were encountered: