Skip to content
Snippets Groups Projects
Commit 6d050780 authored by KaneShao's avatar KaneShao
Browse files

Give ID to some monitored shadow blocks

parent 9e0c1710
Branches
Tags
No related merge requests found
......@@ -416,15 +416,15 @@ const sensing = `
<block type="sensing_resettimer"/>
<block id="of" type="sensing_of">
<value name="PROPERTY">
<shadow type="sensing_of_property_menu"/>
<shadow id="sensing_of_property_menu" type="sensing_of_property_menu"/>
</value>
<value name="OBJECT">
<shadow type="sensing_of_object_menu"/>
<shadow id="sensing_of_object_menu" type="sensing_of_object_menu"/>
</value>
</block>
<block id="current" type="sensing_current">
<value name="CURRENTMENU">
<shadow type="sensing_currentmenu"/>
<shadow id="sensing_currentmenu" type="sensing_currentmenu"/>
</value>
</block>
<block type="sensing_dayssince2000"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment