Patrick Fiaux

Results 39 comments of Patrick Fiaux

@tmrobert8 removal is a tricky one. The main argument against it is if there's a shortcut to X and X is removed, either the shortcut is broken or it's automatically...

@nklerk the issue was on the NEEO Brain, the updating code added all new components but stopped after the first updated component. In the case of a switch, there's a...

Thanks for the write up! As you mentioned this is already done for devices through capabilities. We're looking into implementing a role field for most components but essentially it's similar...

By name of a component we mean something like `BRIGHTNESS_SLIDER` or `BRIGHTNESS_SENSOR`, that's what is used to identify that component if it has an update on a given device. The...

When you add the component, for example if you add a switch: https://neeoinc.github.io/neeo-sdk/#src-lib-models-devicebuilder.ts-addswitch example-switch, and an example-switch_SENSOR might be automatically created under the hood as well. Most components should have...

This isn't currently possible, I think the only pop up exposed is in lists for info items but it's triggered by user action not by driver. Currently devices only have...

We'll need to explore various points internally since pop ups can be quite disruptive on the user experience such as * adding a kind of notification as well, which is...

Do you need stop as an additional separate button? or to replace play pause (play/stop)?

Got it. We'll put this in the pipeline, there's already some other player and lists features/bug fixes we need to finish first.

I've updated the list to be more clear, NEST UI would be part of "CLIMA related widgets". We're also aiming to make it more generic so that it's a thermostat...