feat(gateway_bacnet): add functions to clear BACnet objects and set their states
feat(gateway_bridge): implement discovery inventory management and scanning functionality
fix(gateway_bridge): update handleGet to support new inventory and effective model actions
refactor(gateway_bridge): improve BACnet binding handling and reliability reporting
Co-authored-by: Copilot <copilot@github.com>
- Updated CMakeLists.txt to require gateway_bridge component.
- Modified GatewayNetworkService to include a pointer to GatewayBridgeService.
- Added new HTTP handlers for bridge GET and POST requests.
- Implemented query utility functions for handling request parameters.
- Enhanced response handling for bridge actions with JSON responses.
Co-authored-by: Copilot <copilot@github.com>