Marcel Veldhuizen
Marcel Veldhuizen
Understandable. I assume the data obtained via the ManagerSettings is probably not considered part of the public API at all? The capabilities list is populated from persisted data, I assume,...
@jahnkenneth made a good point: the new Sensative app version added maintenance actions. It's new homey functionality. In the metadata, these appear as a "button" type capability. For example, the...
> @Thorarin Any luck? Or would it be possible for me to «downgrade» to the previous version via CLI? You could downgrade, but it's not really a solution because other...
Normally, you would, yes. The "problem" is that capabilities are persisted by Homey once added, so downgrading alone has no effect. See https://github.com/Thorarin/com.sensative/issues/25 to install a special version that removes...
Yeah I keep having to initialize clients with serializers working around this issue; it's pretty annoying.
That "fixes" it on the wrong side. The HTTP spec says 200 is supposed to have content. If there is no content, the response code should be 204.
@adamkadzban If you're still having this issue, you give the changes I made in PR #326 a go. It's been working without issues for me for the past week and...