Ludovic BOUÉ
Ludovic BOUÉ
## Breaking change ## Proposed change Add OperationalState attribute from Matter [`OperationalState`](https://github.com/project-chip/connectedhomeip/blob/master/data_model/1.3/clusters/OperationalState.xml) cluster ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes...
## Breaking change ## Proposed change Add EveCluster ValvePosition Attribute for Eve Thermo device. ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which...
**Describe the bug** I am trying to build the [Multiple On Off plugin unit](https://github.com/espressif/esp-matter/tree/main/examples/multiple_on_off_plugin_units) example for Thread but it build for Matter over WiFi. By default it loads [sdkconfig.defaults.esp32c6](https://github.com/espressif/esp-matter/blob/main/examples/multiple_on_off_plugin_units/sdkconfig.defaults.esp32c6). How...
Add temperature_sensor Endpoint in doc
### Summary Hello, Could you give me an example of the implementation of a device containing 1 EndPoint with 2 Clusters? Best regards
## What changed? - [X] DeviceHardware.json - [X] mesh.pb.swift ## Why did it change? Support M5Stack CoreS3 board Defined in protobufs: https://github.com/meshtastic/protobufs/blob/c9ae7fd478bffe5f954b30de6cb140821fe9ff52/meshtastic/mesh.proto#L637 ## How is this tested? I can't compile...
Add M5Stack CoreS3
Add support for M5Stack CoreS3.
## Breaking change ## Proposed change Many people have asked about the possibility of displaying the temperature of a valve as a temperature sensor in addition to the thermostat. This...
### Build issue(s) I am facing a build issue with [dishwasher-app/silabs](https://github.com/project-chip/connectedhomeip/tree/master/examples/dishwasher-app/silabs) app because of this comparison: ``` ElectricalSensorManager.cpp:202:26: error: comparison is always false due to limited range of data type...