rstrouse / ESPSomfy-RTS

A controller for Somfy RTS shades and blinds
The Unlicense
428 stars 32 forks source link

Repeater can't be deleted #402

Closed Jezza34000 closed 2 weeks ago

Jezza34000 commented 2 weeks ago

Hardware

ESP32

Firmware version

v2.4.4

Application version

v2.4.4

What happened? What did you expect to happen?

Impossible to delete Repeater

How to reproduce it (step by step)

Go to repeater try to delete a repeater with the bin icon.

Logs

Request URL: http://192.168.0.1/unlinkRepeater
Request Method: PUT
Status Code: 200 OK
Answer : [140]
rstrouse commented 2 weeks ago

I missed a cast on the output for the repeater list after reducing the json serializer. I will post an update to the 2.4.5 pre-release this afternoon.

rstrouse commented 2 weeks ago

The ci process finished on the server so if you install v2.4.5 pre it will allow you to delete the repeaters.

Jezza34000 commented 2 weeks ago

Fix is OK Thank you