Difference between revisions of "Translations:Tag automation/3/en"

From Larnitech wiki page
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 11:38, 23 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Tag automation)
===The template of declaring the element with automation===
<syntaxhighlight lang="xml" line>
<item addr="Device address" auto-period="Time of automation disabling" name="Element name" type="Element type, for example lamp">
   <automation all the required parameters of automation within the tag and type="automation type"/>
   all the subtags with all required automations, one per each type in a single string
   <linked addr="could be bound to the buttons"/><br>
</item>
</syntaxhighlight>
===Automation types and all the parameters for each of them===
Translation===The template of declaring the element with automation===
<syntaxhighlight lang="xml" line>
<item addr="Device address" auto-period="Time of automation disabling" name="Element name" type="Element type, for example lamp">
   <automation all the required parameters of automation within the tag and type="automation type"/>
   all the subtags with all required automations, one per each type in a single string
   <linked addr="could be bound to the buttons"/><br>
</item>
</syntaxhighlight>
===Automation types and all the parameters for each of them===

The template of declaring the element with automation

1<item addr="Device address" auto-period="Time of automation disabling" name="Element name" type="Element type, for example lamp">
2    <automation all the required parameters of automation within the tag and type="automation type"/>
3    all the subtags with all required automations, one per each type in a single string
4    <linked addr="could be bound to the buttons"/><br>
5</item>

Automation types and all the parameters for each of them