Hello,
I used your owfs library inside my Node-RED owfs node:
https://github.com/njh/node-red-contrib-owfs
I have a feature request to perform automatic retries, when there is an occasional error - in particular when the special value of 85 is read from a DS18B20. I have been trying to seperate concerns, and only include code relating to Node-RED and its UI in my module
Would you accept a Pull Request that adds this functionality to your library?
It would involve somehow passing a retries and interval values, when creating the client.
nick.
Hello,
I used your owfs library inside my Node-RED owfs node:
https://github.com/njh/node-red-contrib-owfs
I have a feature request to perform automatic retries, when there is an occasional error - in particular when the special value of 85 is read from a DS18B20. I have been trying to seperate concerns, and only include code relating to Node-RED and its UI in my module
Would you accept a Pull Request that adds this functionality to your library?
It would involve somehow passing a retries and interval values, when creating the client.
nick.