Adam Honse
38f016f2a8
RGBController API Overhaul
...
* Reorganize and clean up RGBController API functions
* Add functions to get protected RGBController member values
* Make NetworkClient, ProfileManager, and ResourceManager friend classes so they can access protected members
* Protected previously-public RGBController members
* Information strings (name, vendor, description, version, serial location)
* Device type
* Active mode
* Flags
* LEDs vector
* LED alternate names vector
* Modes vector
* Colors vector
* Zones vector
* Add CONTROLLER_FLAG_HIDDEN to allow plugins to hide controllers from control GUI
* Add update reason codes to RGBController update callback and signal updates on more RGBController events
* Add loop zone types and segmented zone type
* Add matrix map field to segments
2025-12-30 14:09:08 -06:00
Adam Honse
c71cc4f18a
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
2025-09-28 00:47:08 -05:00
Dmitry Kychanov
300abac9a8
Removed unused includes
2024-10-15 00:24:32 +00:00
Adam Honse
acc85f8891
Update E1.31 controller files to new standardized header comment
2024-05-16 11:36:27 -05:00
Adam Honse
d3c81d3306
More warning fixes
2024-04-29 18:08:33 -05:00
Adam Honse
92f0720639
Remove RGB controllers argument from standard detector
2023-01-26 20:36:02 -06:00
Adam Honse
060567548f
Use RegisterRGBController for standard detectors
2023-01-26 20:35:52 -06:00
Adam Honse
859f15a5b4
Remove SetCustomMode from all controllers beginning with the letter E
2022-08-11 20:18:45 -05:00
Chris
524675108d
Automatic generation of markdown pages for supported devices
...
+ Added build-supported-devices.sh script
+ Added new target in CI/CD to build at compile time
2022-05-30 13:30:44 +10:00
Chris
bc10e3f772
Automatic generation of udev rules for supported devices
...
+ Added build-udev-rules.sh script
+ Added new custom target in Linux section of .pro to accommodate new rules location
2022-04-17 12:31:02 +10:00
Der Informatiker
2c1c80334b
Add grouping for unicast E1.31 devices
2022-04-02 02:15:52 +02:00
morg
af1e8ee4c6
E131: Fix RGB order enum value
2021-12-21 00:08:26 +00:00
Adam Honse
6b9a97f78f
Add settings page for configuring E1.31 devices
2021-07-14 23:02:58 -05:00
Adam Honse
2afddf9bbf
Only join/delete E1.31 keepalive thread if it has actually been created
2021-05-21 20:43:14 -05:00
Adam Honse
d5e344f9d9
Add missing keepalive_time parameter back to E1.31 json config
2021-03-30 13:55:10 -05:00
Adam Honse
212c3e6297
Add universe_size field to E1.31 configuration to set number of channels per universe
2021-03-28 23:57:33 -05:00
Adam Honse
f70c9cc63e
Remove Setting_ prefix from all settings keys
2020-12-03 12:02:15 -06:00
Adam Honse
d3aefcfdf4
Check entire range of universes when attempting to group multicast controllers, rather than just checking the start universe
2020-12-02 19:14:27 -06:00
Adam Honse
9bde1c282a
Initial E1.31 Unicast support, add ip parameter to E1.31 device to use Unicast mode
2020-12-02 17:20:30 -06:00
k1-801
dde857dfb4
Tiny threads fixes & a little bit of safety
2020-11-15 13:28:29 -06:00
Adam Honse
5b68efd09f
Initial prototype of settings manager loads JSON settings file and E1.31 detector uses JSON data to detect devices
2020-11-10 15:49:55 -06:00
Adam Honse
e3b8ced8ba
Update E1.31 controller information, add universe list for location string
2020-10-13 23:39:30 -05:00
Adam Honse
73a1779813
Use device name for E1.31 controller if the controller only contains the one device
2020-10-12 17:03:20 -05:00
Adam Honse
e78ad56839
Split E1.31 devices into their own controllers unless they start at the same universe. Need to take universe size into account before feature is complete
2020-10-12 00:48:07 -05:00
Adam Honse
f3ccaf1a2b
Move RGBController files for device controllers into the Controllers directory
2020-09-29 20:54:04 +00:00