Added test for shed type percent.

This commit is contained in:
Steve Karg
2025-12-15 15:59:56 -06:00
parent e7371b16a3
commit 37e45bbb6a
2 changed files with 64 additions and 2 deletions
+1
View File
@@ -1748,6 +1748,7 @@ bool Load_Control_Requested_Shed_Level_Set(
pObject = Keylist_Data(Object_List, object_instance);
if (pObject) {
status = bacnet_shed_level_copy(&pObject->Requested_Shed_Level, value);
pObject->Load_Control_Request_Written = true;
}
return status;