This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
Releases: ubiquiti/eot-controller
Releases · ubiquiti/eot-controller
v1.3.6 (beta)
Changed
- Devices and group pages add selected row effect
- Discovery and Nearby elements has own Save/Cancel buttons
- Move Upgrade option from Manage to General section
- General and Manage section elements now inside expandable list view
- Replaced add/remove button by checkbox
- Right panel header change to menu styled
- Properties panel styling (header/expandable properties lists)
- Group and device dropdown to tabs
- Status/info/error MQTT topics to use controller topics
- Instead of "0%"" show "Off" in devices table and properties panel
Added
- Add BLE Enable/Disable
- Add "All devices" checkbox to "Upgrade" all devices
- Add "All devices" checkbox to update "Nearby Feature" for all devices
- Add "All devices" checkbox to update "Auto Discovery" for all devices
- Add pagination for device list in group right panel
- Display time near sunset/sunrise text in schedule card
Fixed
- LastPass integration for setup form
- UI Fonts
- Devices table paging
- Timezone Lat/Lang data
- Update old group icon in right panel header
- Fixed led display stats consistency in group page
- Updated backend so frontend could receive latest data about dimmer's devices
- Corrected descriptions of countries select
v1.3.5 (beta)
Changed
- Completely new LED scheduler design
- Renamed tab to UniFI LED
- When pressing "Save" in properties panel return to general selection
- Removed energy consumption for UDIM devices
Added
- Enable/Disable LED PnP option
- Properties panel header navigation
Fixed
- Username is now case in-sensitive
v1.3.4 (beta)
Changed
- Paging is not visible if there are less than 10 devices
Added
- Possibility to assign LED list to dimmer
Fixed
- Adopted devices can't be controlled
- Fixed UI issues:
2.1. Device table resizing if there are no actions available
2.2. Removed border from back button in opened group
2.3. Removed Light Up time
v1.3.3 (beta)
Changed
- Completely changed Devices page
- Name and logo change from EoT to LED
- Updated styling for login and signup pages
Added
- ULED AC v3 support
- Device and groups pagination
Fixed
- When changing brightness slider in controller, the brightness changes instantly on devices
- Improved performance with many devices
- When changing brightness on App, controller shows correct newest value
v1.3.2 (beta)
Fixed
- Set dimmer indicator API
- Close properties side panel after resetting device
- Edit group form after resetting device
v1.3.1 (beta)
Fixed
- Group synchronisation between devices
- Device configuration on schedule events
Changed
- Increased authorisation token expiry time to 24h
- Sort devices in lists
v1.3.0 (beta)
Added
- Authorisation
- Login and Setup pages
Fixed
- Device synchronisation
- Group name change
- Navigation between pages is faster
- Schedule issue on Sundays
Changed
- New UI
v1.2.7 (beta)
Changed
- Decreased log level and number of rotating files to decrease log size
v1.2.6 (beta)
Added
- ULED-AC support
- Current controller time in device table footer
- Settings page with Date & Time for setting controller's timezone
Fixed
- Close UDP connections so controller doesn't take a lot of UDP ports over time
Changed
- Icons changed to device pictures
- Device default name changed to
<MODEL>-<ID>
v1.2.5 (beta)
Added
- On adoption device light turns blue
- Synchronise device and group state, name and brightness changes between app and controller
- REST API for setting dimmer indicator:
method: PUT
url: http://<CONTROLLER_IP>:20080/v1/devices/dimmer/indicator/<device_id>
body:
{
"value": 0 OR 1 OR 2
}
0 - Off
1 - On
2 - Default behaviour
- REST API to synchronise device changes:
method: PUT
url: http://<CONTROLLER_IP>:20080/v1/devices/<ID>`
body:
{
"command": "sync"
}
Fixes
- Upgrade button now disappears when upgrade is done
- ADOPTING state is shown while device is in adoption process