-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Node Version: 20.10.0
Node BACstack Version: 0.2.4
- Bug Report
- Feature Request
- Question
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