[Testing] Integration with UniFi controller #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Test the complete system against a real UniFi controller.
Results
Completed Tests
unifi_list_clients- 149 clients returnedunifi_list_devices- 15 devices (USW Ultra, UAP-AC-Pro, etc.)unifi_get_system_info- Version 10.1.67, Home-UCG-Fiberunifi_get_network_health- wlan/wan/www/lan all okunifi_tool_index- PASS (returns all 5 tools)unifi_api_callwith GET - PASS (raw API works)Deferred Tests
unifi_api_callwith writes when enabledKey Fix
UniFi OS (UDM, Cloud Gateway) uses
/api/auth/loginnot/api/login. Fixed in commit487f535.