Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Releases: ubiquiti/eot-controller

v1.3.6 (beta)

29 Aug 14:28
Compare
Choose a tag to compare

Changed

  1. Devices and group pages add selected row effect
  2. Discovery and Nearby elements has own Save/Cancel buttons
  3. Move Upgrade option from Manage to General section
  4. General and Manage section elements now inside expandable list view
  5. Replaced add/remove button by checkbox
  6. Right panel header change to menu styled
  7. Properties panel styling (header/expandable properties lists)
  8. Group and device dropdown to tabs
  9. Status/info/error MQTT topics to use controller topics
  10. Instead of "0%"" show "Off" in devices table and properties panel

Added

  1. Add BLE Enable/Disable
  2. Add "All devices" checkbox to "Upgrade" all devices
  3. Add "All devices" checkbox to update "Nearby Feature" for all devices
  4. Add "All devices" checkbox to update "Auto Discovery" for all devices
  5. Add pagination for device list in group right panel
  6. Display time near sunset/sunrise text in schedule card

Fixed

  1. LastPass integration for setup form
  2. UI Fonts
  3. Devices table paging
  4. Timezone Lat/Lang data
  5. Update old group icon in right panel header
  6. Fixed led display stats consistency in group page
  7. Updated backend so frontend could receive latest data about dimmer's devices
  8. Corrected descriptions of countries select

v1.3.5 (beta)

08 Aug 15:05
Compare
Choose a tag to compare

Changed

  1. Completely new LED scheduler design
  2. Renamed tab to UniFI LED
  3. When pressing "Save" in properties panel return to general selection
  4. Removed energy consumption for UDIM devices

Added

  1. Enable/Disable LED PnP option
  2. Properties panel header navigation

Fixed

  1. Username is now case in-sensitive

v1.3.4 (beta)

20 Jul 13:54
Compare
Choose a tag to compare

Changed

  1. Paging is not visible if there are less than 10 devices

Added

  1. Possibility to assign LED list to dimmer

Fixed

  1. Adopted devices can't be controlled
  2. 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)

04 Jul 17:41
Compare
Choose a tag to compare

Changed

  1. Completely changed Devices page
  2. Name and logo change from EoT to LED
  3. Updated styling for login and signup pages

Added

  1. ULED AC v3 support
  2. Device and groups pagination

Fixed

  1. When changing brightness slider in controller, the brightness changes instantly on devices
  2. Improved performance with many devices
  3. When changing brightness on App, controller shows correct newest value

v1.3.2 (beta)

22 May 09:59
Compare
Choose a tag to compare

Fixed

  1. Set dimmer indicator API
  2. Close properties side panel after resetting device
  3. Edit group form after resetting device

v1.3.1 (beta)

09 May 11:36
Compare
Choose a tag to compare

Fixed

  1. Group synchronisation between devices
  2. Device configuration on schedule events

Changed

  1. Increased authorisation token expiry time to 24h
  2. Sort devices in lists

v1.3.0 (beta)

07 May 11:33
Compare
Choose a tag to compare

Added

  1. Authorisation
  2. Login and Setup pages

Fixed

  1. Device synchronisation
  2. Group name change
  3. Navigation between pages is faster
  4. Schedule issue on Sundays

Changed

  1. New UI

v1.2.7 (beta)

03 Apr 09:15
Compare
Choose a tag to compare

Changed

  1. Decreased log level and number of rotating files to decrease log size

v1.2.6 (beta)

28 Mar 08:18
Compare
Choose a tag to compare

Added

  1. ULED-AC support
  2. Current controller time in device table footer
  3. Settings page with Date & Time for setting controller's timezone

Fixed

  1. Close UDP connections so controller doesn't take a lot of UDP ports over time

Changed

  1. Icons changed to device pictures
  2. Device default name changed to <MODEL>-<ID>

v1.2.5 (beta)

16 Mar 15:51
Compare
Choose a tag to compare

Added

  1. On adoption device light turns blue
  2. Synchronise device and group state, name and brightness changes between app and controller
  3. 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
  1. REST API to synchronise device changes:
method: PUT
url: http://<CONTROLLER_IP>:20080/v1/devices/<ID>`
body:
{
    "command": "sync"
}

Fixes

  1. Upgrade button now disappears when upgrade is done
  2. ADOPTING state is shown while device is in adoption process