1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 09:38:31 +00:00

611 B

RGB.NET Device-Provider-Package for WLED-devices.

Usage

This provider does not load anything by default and requires additional configuration to work.

// Add as many WLED-devices as you like
WledDeviceProvider.Instance.AddDeviceDefinition(new WledDeviceDefinition("<hostname>"));

surface.Load(WledDeviceProvider.Instance);

You can also override the manufacturer and device model in the DeviceDefinition.

Required SDK

This provider does not require an additional SDK.

UDP realtime needs to be enabled on the WLED device.