NubeIO / driver-bacnet

0 stars 2 forks source link

make units none #7

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#L372

make uints none for AO, AV, and AI

shomaglasang commented 2 years ago

@NubeDev changed the default property unit to "no-units". AO

./bin/bacrp 1234 1 1 117   --mac 10.104.0.11:47808
no-units

AV

./bin/bacrp 1234 2 1 117   --mac 10.104.0.11:47808
no-units

AI

./bin/bacrp 1234 0 1 117   --mac 10.104.0.11:47808
no-units
shomaglasang commented 2 years ago

Default property unit for AO, AI and AV is "no-units".