MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
183 stars 110 forks source link

Schedule Object can not valid #71

Open awesome-coder opened 2 years ago

awesome-coder commented 2 years ago

Describe the bug Schedule Object can not valid

To Reproduce Steps to reproduce the behavior: Create a schedule object, config a binary bacnet object and time. when time is reached, config set 1 to this object, but is not valid.

Expected behavior should be write value in this binary object

Minimal code example to reproduce