mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 22:37:33 -08:00
restore the standard example number
This commit is contained in:
parent
2adebdabfc
commit
f3d448e93f
|
@ -190,7 +190,7 @@ trigger:
|
||||||
topic: msh/2/json/LongFast/!67ea9400
|
topic: msh/2/json/LongFast/!67ea9400
|
||||||
payload: "on"
|
payload: "on"
|
||||||
value_template: |-
|
value_template: |-
|
||||||
{% if value_json.from == ("f0b94b6d" | int(base=16)) and
|
{% if value_json.from == 4038675309 and
|
||||||
value_json.payload.latitude_i is defined and
|
value_json.payload.latitude_i is defined and
|
||||||
value_json.payload.longitude_i is defined %}on{% endif %}
|
value_json.payload.longitude_i is defined %}on{% endif %}
|
||||||
condition: []
|
condition: []
|
||||||
|
|
Loading…
Reference in a new issue