NubeIO / driver-bacnet

0 stars 2 forks source link

MQTT pubish the PROP_PRIORITY_ARRAY on change for FOR AV, AO, BV and BO #8

Closed NubeDev closed 2 years ago

NubeDev commented 2 years ago

https://github.com/NubeIO/bacnet-server-c/blob/10a79451d0084a76e9c5aefedd6758505bbe0e9d/bacnet-stack/src/bacnet/basic/object/ao.c#L374

shomaglasang commented 2 years ago

@NubeDev related to https://github.com/NubeIO/bacnet-server-c/issues/5, the logic for the property PROP_PRIORITY_ARRAY is not implemented yet. I think this doesn't apply to AV. I already implemented MQTT publish for AO, BV and BO.

shomaglasang commented 2 years ago

Already supported MQTT publish when writing PROP_PRIORITY_ARRAY for AV.