Corrected DeviceCommunicationControl (DCC) for DISABLE_INITIATION state, which now allows I-Am in response to Who-Is. Did not add keep out for other initiated services like COV (to do).
This commit is contained in:
@@ -193,8 +193,8 @@ bool Device_Reinitialize(
|
||||
if (characterstring_ansi_same(&rd_data->password, "Jesus")) {
|
||||
switch (rd_data->state) {
|
||||
case BACNET_REINIT_COLDSTART:
|
||||
break;
|
||||
case BACNET_REINIT_WARMSTART:
|
||||
dcc_set_status_duration(COMMUNICATION_ENABLE, 0);
|
||||
break;
|
||||
case BACNET_REINIT_STARTBACKUP:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user