Updated CHANGELOG from latest commits.
This commit is contained in:
@@ -22,6 +22,16 @@ The git repositories are hosted at the following sites:
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
* Added Lighting Output API to implement override for HOA control.
|
||||||
|
Integrated lighting command overridden behavior into the lighting
|
||||||
|
output object and added Overridden status flags API.
|
||||||
|
Added Lighting Output API to implement a momentary override
|
||||||
|
to the output that is cleared at the next lighting command. (#1086)
|
||||||
|
* Added Trim_Fade_Time, High_End_Trim, Low_End_Trim, Last_On_Value
|
||||||
|
and Default_On_Value properties to lighting output object.
|
||||||
|
Added TRIM_ACTIVE flag to lighting command.
|
||||||
|
Added Last_On_Value and Default_On_Value
|
||||||
|
to lighting command for restore and toggle. (#1086)
|
||||||
* Added bacnet_recipient_device_set() and bacnet_recipient_address_set()
|
* Added bacnet_recipient_device_set() and bacnet_recipient_address_set()
|
||||||
API. (#1083)
|
API. (#1083)
|
||||||
* Added MS/TP datalink option to BACnet basic server example. (#1077)
|
* Added MS/TP datalink option to BACnet basic server example. (#1077)
|
||||||
@@ -100,6 +110,8 @@ The git repositories are hosted at the following sites:
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
* Fixed Lighting_Command to ignore write priority and use its own. (#1086)
|
||||||
|
* Fixed BACnetLightingOperation reserved range. (#1086)
|
||||||
* Fixed missing prototype warning in lighting.c module.
|
* Fixed missing prototype warning in lighting.c module.
|
||||||
* Fixed AddListElement and RemoveListElement which were checking
|
* Fixed AddListElement and RemoveListElement which were checking
|
||||||
the wrong return value from Device object. Fixed decoding of
|
the wrong return value from Device object. Fixed decoding of
|
||||||
|
|||||||
Reference in New Issue
Block a user