Fix rule example as part of the comment. (#22753)

Update xsns_90_hrg15.ino
This commit is contained in:
Norbert 2025-01-02 20:51:52 +01:00 committed by GitHub
parent aafe528682
commit ed7b58291a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,8 +24,8 @@
* https://rainsensors.com/rg-9-15-protocol/
*
* Rule for Domoticz Rain sensor index 418:
* on tele-rg-15#flowrate do var1 %value% endon
* on tele-rg-15#event do backlog var2 %value%; mult1 100; event sendrain endon
* on tele-rg15#flowrate do var1 %value% endon
* on tele-rg15#event do backlog var2 %value%; mult1 100; event sendrain endon
* on event#sendrain do dzsend1 418,%var1%;%var2% endon
\*********************************************************************************************/
@ -287,4 +287,4 @@ bool Xsns90(uint32_t function) {
return result;
}
#endif // USE_HRG15
#endif // USE_HRG15