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
Note: Make sure you have read the FAQs
before logging this issue.
Feature Request / Question
Hello,
I'd like to ask you a question here. Just to give you some context, I'm quite new to the BACnet protocol, and I'm using your library to read and write BACnet IP registers. I'd like to read and write on schedule objects. I manage to read, but I don't understand how to "decode" the response to get something understandable (like we could have in software like YABE, for example: monday:{time:10:10, value:52}, thursday:{time:10:20, value:26}, etc.). Could someone guide me on the process to read and understand how the content of the WeeklySchedule property (id123) is returned? The goal is to be able to modify the objects via a Node.js program through your library.
Thanks in advance! =D
The text was updated successfully, but these errors were encountered:
Node Version:
20.10.0
Node BACstack Version:
0.2.4
Note: Make sure you have read the FAQs
before logging this issue.
Feature Request / Question
Hello,
I'd like to ask you a question here. Just to give you some context, I'm quite new to the BACnet protocol, and I'm using your library to read and write BACnet IP registers. I'd like to read and write on schedule objects. I manage to read, but I don't understand how to "decode" the response to get something understandable (like we could have in software like YABE, for example: monday:{time:10:10, value:52}, thursday:{time:10:20, value:26}, etc.). Could someone guide me on the process to read and understand how the content of the WeeklySchedule property (id123) is returned? The goal is to be able to modify the objects via a Node.js program through your library.
Thanks in advance! =D
The text was updated successfully, but these errors were encountered: