WLED Binding DECREASE/INCREASE Brightness

Hi,
i’m trying to creat a rule for a Switch to dimm my WLED Binding /Thing

on my shelly and zigbee Dimmers i can use send command “DECREASE or INCREASE” to get dimmer switch working but on the
" Global Brightness" item from the WLED Thing it is not working.

Isee in the log:

 Item 'Kuchenzeile_WLED_Global_Brightness' received command INCREASE

But it did not change the Brightness.

Than i hav testet it with the " Master Controls" Item or the " Segment Brightness" Item.

And on thes Items DECREASE command sems to wore but the INCREASE command shuts the WLED OFF and there is nio steps to down dimming the Brightness.

IS this a bug ore do i something wrong?

example:

configuration: {}
triggers:
  - id: "1"
    configuration:
      event: "5002"
      channelUID: deconz:switch:00212E05388E:54ef4410004c1384010012:buttonevent
    type: core.ChannelEventTrigger
conditions: []
actions:
  - inputs: {}
    id: "2"
    configuration:
      itemName: Kuchenboard_WLED_Master_Controls
      command: DECREASE
    type: core.ItemCommandAction

From memory when I moved from the http API to the json API there was not a convient equalant API message so I left the http API method in place for increase and decrease. I suspect this either has a bug in the firmware or it may have been removed, perhaps check the release notes or test with a different firmware version.

I have not looked at this to confirm as I do not have the time right now, but I am pretty sure this is the case. Please create an issue at github so its recorded and the results of your tests. The binding will give DEBUG or TRACE logs that should tell you what is being sent to confirm against the API documentation.

The move to JSON away from the HTTP api was made as the bugs in the firmware just were not getting fixed.