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
at /Volumes/Dev/GitHub/node-bacstack/test/integration/acknowledge-alarm.spec.js:12:32
at /Volumes/Dev/GitHub/node-bacstack/lib/client.js:510:1529
at _invokeStore. (lib/client.js:42:491)
at Client._invokeCallback (lib/client.js:37:222)
at Client._processError (lib/client.js:55:640)
at Client._handlePdu (lib/client.js:116:1807)
at Client._handleNpdu (lib/client.js:126:1001)
at Client._receiveData (lib/client.js:143:240)
at Socket. (lib/transport.js:3:633)
at UDP.onMessage [as onmessage] (dgram.js:924:8)
The text was updated successfully, but these errors were encountered:
bacnet - acknowledgeAlarm integration
should return a timeout error if no device is available:
Uncaught AssertionError: expected 'BacnetError - Class:5 - Code:67' to deeply equal 'ERR_TIMEOUT'
-BacnetError - Class:5 - Code:67
+ERR_TIMEOUT
at /Volumes/Dev/GitHub/node-bacstack/test/integration/acknowledge-alarm.spec.js:12:32
at /Volumes/Dev/GitHub/node-bacstack/lib/client.js:510:1529
at _invokeStore. (lib/client.js:42:491)
at Client._invokeCallback (lib/client.js:37:222)
at Client._processError (lib/client.js:55:640)
at Client._handlePdu (lib/client.js:116:1807)
at Client._handleNpdu (lib/client.js:126:1001)
at Client._receiveData (lib/client.js:143:240)
at Socket. (lib/transport.js:3:633)
at UDP.onMessage [as onmessage] (dgram.js:924:8)
The text was updated successfully, but these errors were encountered: