mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support
This commit is contained in:
17
bin/property-states.sh
Executable file
17
bin/property-states.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
export BACNET_APDU_RETRIES=0
|
||||
export BACNET_APDU_TIMEOUT=0
|
||||
|
||||
# BACnetPropertyStates
|
||||
#BACnetNotificationParameters ::= CHOICE {
|
||||
#-- These choices have a one-to-one correspondence with the Event_Type
|
||||
#-- enumeration with the exception of the
|
||||
#-- complex-event-type, which is used for proprietary event types.
|
||||
#change-of-state - [1] SEQUENCE {
|
||||
# new-state [0] BACnetPropertyStates,
|
||||
# status-flags [1] BACnetStatusFlags
|
||||
#},
|
||||
for property_states in {0..63}
|
||||
do
|
||||
./bin/bacuevent 1 15 1 0 1 99 1 16 1 ${property_states} 1 0000 "Tribble!" 1 0 0 0
|
||||
done
|
||||
Reference in New Issue
Block a user