ChristianTremblay / BAC0

BAC0 - Library depending on BACpypes3 (Python 3) to build automation script for BACnet applications
GNU Lesser General Public License v3.0
179 stars 101 forks source link

Why can't delta controls ows workstation control AO objects? #496

Open fanchunyong opened 1 week ago

fanchunyong commented 1 week ago

1111 2222222222

ChristianTremblay commented 1 week ago

I need more details on the way you created the AO

fanchunyong commented 1 week ago

@ChristianTremblay Thank you very much for your reply, I have solved this problem. By deleting the WritePropertyMultiple service, the delta controls ows workstation can control the AO object.

ChristianTremblay commented 1 week ago

Makes sense, BAC0 doesn't support responding to write multiple.

New version lacks also the support to send write multiple. So yeah, for now it's best to remove that.