fh1ch / node-bacstack

A BACnet protocol stack written in pure JavaScript
MIT License
174 stars 98 forks source link

Reading and writing Scheduler object's Weekly_Schedule property #123

Open noetius opened 6 years ago

noetius commented 6 years ago

Node Version: 8.11.3

Node BACstack Version: 0.0.1-beta.13

Feature Request / Question

Hello, I wanted to ask if is it possible to implement a way to write a inside Scheduler object's Weekly_Schedule property, at the moment it doesn't seem an implemented feature (Unkown type error for bacnet.enum.ApplicationTags.WEEKLY_SCHEDULE on writeProperty), I've noticed that readProperty is already capable to representing a Weekly_Schedule content, but it isn't easy distinguish to which day of the week belongs to specific time range.

Thanks for your great work!

fh1ch commented 5 years ago

@noetius thnks for the feature request. Yes, having full scheduler and calendar support is also something I really want. It's certainly on the roadmap, but I can't give an ETA on it. Stay tuned.