Fixed channel-value encoding in the channel object when no-coercian is required for lighting-command, color-command, and xy-color. (#1190)

This commit is contained in:
Steve Karg
2025-12-18 11:08:28 -06:00
committed by GitHub
parent 390711a604
commit 5a9abde528
5 changed files with 243 additions and 2 deletions
+1 -1
View File
@@ -657,7 +657,7 @@ bool Channel_Write_Member_Value(
}
} else {
/* no coercion */
apdu_len = bacnet_channel_value_encode(
apdu_len = bacnet_channel_value_no_coerce_encode(
wp_data->application_data, wp_data->application_data_len,
value);
if (apdu_len > 0) {