<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.hubitat.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Durable-navy-blue-otter</id>
	<title>Hubitat Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.hubitat.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Durable-navy-blue-otter"/>
	<link rel="alternate" type="text/html" href="https://docs.hubitat.com/index.php?title=Special:Contributions/Durable-navy-blue-otter"/>
	<updated>2026-05-01T15:16:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://docs.hubitat.com/index.php?title=Preferences_page&amp;diff=2958</id>
		<title>Preferences page</title>
		<link rel="alternate" type="text/html" href="https://docs.hubitat.com/index.php?title=Preferences_page&amp;diff=2958"/>
		<updated>2020-03-13T18:01:41Z</updated>

		<summary type="html">&lt;p&gt;Durable-navy-blue-otter: Created page with &amp;quot;A preference page is used within a preferences block to define a page which the user interacts with your app.  == Example ==  &amp;lt;pre&amp;gt; preferences {   page(name: &amp;quot;mainPage&amp;quot;, titl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A preference page is used within a preferences block to define a page which the user interacts with your app.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
preferences {&lt;br /&gt;
  page(name: &amp;quot;mainPage&amp;quot;, title: &amp;quot;Title&amp;quot;, install: true, uninstall: true) {&lt;br /&gt;
    section(&amp;quot;&amp;quot;) {&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
- name - (identifier string) The name of the page, within code.&lt;br /&gt;
- title - (html string) The display text at the top of the page. &lt;br /&gt;
- install - (boolean) should the &amp;quot;install&amp;quot; button be available.&lt;br /&gt;
- uninstall - (boolean) should the &amp;quot;uninstall&amp;quot; button be available.&lt;br /&gt;
&lt;br /&gt;
== Block Methods ==&lt;br /&gt;
&lt;br /&gt;
- section(&amp;quot;title&amp;quot;) - Provides a vertical separation of controls separated by a title.&lt;br /&gt;
- input - Renders a user input widget&lt;/div&gt;</summary>
		<author><name>Durable-navy-blue-otter</name></author>
		
	</entry>
	<entry>
		<id>https://docs.hubitat.com/index.php?title=Preferences&amp;diff=2957</id>
		<title>Preferences</title>
		<link rel="alternate" type="text/html" href="https://docs.hubitat.com/index.php?title=Preferences&amp;diff=2957"/>
		<updated>2020-03-13T17:55:49Z</updated>

		<summary type="html">&lt;p&gt;Durable-navy-blue-otter: Created page with &amp;quot; A preferences block is used to describe the user interface to interact with your application.   == Example ==  &amp;lt;pre&amp;gt;preferences {   page(name: &amp;quot;mainPage&amp;quot;, title: &amp;quot;Title&amp;quot;, ins...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
A preferences block is used to describe the user interface to interact with your application.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;preferences {&lt;br /&gt;
  page(name: &amp;quot;mainPage&amp;quot;, title: &amp;quot;Title&amp;quot;, install: true, uninstall: true) {&lt;br /&gt;
    section(&amp;quot;&amp;quot;) {&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Available Methods ==&lt;br /&gt;
&lt;br /&gt;
:[[preferences_page|page]]&lt;/div&gt;</summary>
		<author><name>Durable-navy-blue-otter</name></author>
		
	</entry>
</feed>