Open mkrebs81 opened 1 month ago
Some devices, e.g. Shelly Pro 4PM, need value mappings because you have to send a boolean value as on/off.
on
off
Add valueMapping like in REST API.
valueMapping
implemented suggested solution, will create PR when tested with library locally.
User Voice
Some devices, e.g. Shelly Pro 4PM, need value mappings because you have to send a boolean value as
on
/off
.Suggested Solution
Add
valueMapping
like in REST API.