node-open-protocol
node-open-protocol copied to clipboard
This node is an implementation of the Atlas Copco's Open Protocol. This node was created by Smart-Tech as part of the ST-One project.
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
After subscribing to the alarm event (MID 70) if another call is made without waiting there will be an out of sequence error that will happen. This is done using...
In this PR, support was added for subscribing to and parsing MID 0900. This should not affect any existing drivers using this repository. As of now, it's been tested using...
Hello, I have a machine in my lab. If someone helps we can work on it. I have tried several combinations of MID0008 with MID0900 but does not work. Regards,
Open Protocol spec defines rev 6 with these new fields: - `sequenceNumberSupport` - `linkingHandlingSupport` - `stationID` - `stationName` - `clientID` # Missing Keys / Fields The parser is missing the...
src/constants.js defines a mapping between error codes and a text message for what they represent. Almost every subscription has at least two error codes, one for when the subscription already...
closes https://github.com/st-one-io/node-open-protocol/issues/40