Skip to content

Commit f113707

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 51080dd commit f113707

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

docs/en/matter/ep_rain_sensor.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,3 @@ Rain Sensor
135135

136136
.. literalinclude:: ../../../libraries/Matter/examples/MatterRainSensor/MatterRainSensor.ino
137137
:language: arduino
138-

libraries/Matter/examples/MatterRainSensor/MatterRainSensor.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,3 @@ void loop() {
159159

160160
delay(50);
161161
}
162-

libraries/Matter/examples/MatterRainSensor/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,3 @@ The MatterRainSensor example consists of the following main components:
179179
## License
180180

181181
This example is licensed under the Apache License, Version 2.0.
182-

libraries/Matter/examples/MatterRainSensor/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ fqbn_append: PartitionScheme=huge_app
22

33
requires:
44
- CONFIG_ESP_MATTER_ENABLE_DATA_MODEL=y
5-

libraries/Matter/src/MatterEndpoints/MatterRainSensor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ bool MatterRainSensor::setRain(bool _rainState) {
102102
}
103103

104104
#endif /* CONFIG_ESP_MATTER_ENABLE_DATA_MODEL */
105-

libraries/Matter/src/MatterEndpoints/MatterRainSensor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ class MatterRainSensor : public MatterEndPoint {
5252
bool rainState = false;
5353
};
5454
#endif /* CONFIG_ESP_MATTER_ENABLE_DATA_MODEL */
55-

0 commit comments

Comments
 (0)