mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Fix rule example as part of the comment. (#22753)
Update xsns_90_hrg15.ino
This commit is contained in:
parent
aafe528682
commit
ed7b58291a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user