Rest call of Write_Only channel returns error
MatthiasRossmann opened this issue · 0 comments
MatthiasRossmann commented
Bug Report or Feature Request (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Bug description or desired functionality.
when you make a REST call to a WRITE_ONLY channel, the response is a Error with the message "java.lang.IllegalArgumentException: Channel [ArmSoftReset] is WRITE_ONLY."
This is a problem if you want read all channels of a device by wildcard. A much more preffered response would be to get a channel without "value" entry.