Last active
May 28, 2020 13:05
-
-
Save halexandra/8001363aef355f916d0b673be6acf704 to your computer and use it in GitHub Desktop.
example xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <xml xmlns="https://developers.google.com/blockly/xml"> | |
| <variables> | |
| <variable id="N9|)Rbor(i~^H3INa%x/">hum</variable> | |
| </variables> | |
| <block type="variables_set" id="]iW)utVB/`X$;q`9*j.5" x="5" y="135"> | |
| <field name="VAR" id="N9|)Rbor(i~^H3INa%x/">hum</field> | |
| <value name="VALUE"> | |
| <block type="ble" id="0M#^PX=PnW5D^?Xq/z1v"> | |
| <field name="GATT_TYPE">600</field> | |
| </block> | |
| </value> | |
| <next> | |
| <block type="controls_if" id="~qGazw.3(dv.eJ{mVH~q"> | |
| <value name="IF0"> | |
| <block type="logic_compare" id="I5)k}7=g99g7oAk#@juB"> | |
| <field name="OP">GT</field> | |
| <value name="A"> | |
| <block type="variables_get" id="s@dr~xXP?-X(SUYL}]E1"> | |
| <field name="VAR" id="N9|)Rbor(i~^H3INa%x/">hum</field> | |
| </block> | |
| </value> | |
| <value name="B"> | |
| <block type="math_number" id="y4o+)Iwe7.rc,v8AplE2"> | |
| <field name="NUM">30</field> | |
| </block> | |
| </value> | |
| </block> | |
| </value> | |
| <statement name="DO0"> | |
| <block type="send_notification" id="{.SlhgjQHij~dGc:Cu`]"> | |
| <value name="BO_USERNAME"> | |
| <block type="text" id="96t8^l/Y%b{z]fK=)|#M"> | |
| <field name="TEXT">[email protected]</field> | |
| </block> | |
| </value> | |
| </block> | |
| </statement> | |
| </block> | |
| </next> | |
| </block> | |
| </xml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment