Difference between revisions of "Preferences"

From Hubitat Documentation
Jump to: navigation, search
(Created page with " A preferences block is used to describe the user interface to interact with your application. == Example == <pre>preferences { page(name: "mainPage", title: "Title", ins...")
 
 
Line 1: Line 1:
 +
<big>'''We're moving!''' Please visit http://docs2.hubitat.com for the latest documentation.</big>
  
A preferences block is used to describe the user interface to interact with your application.
+
<big>
 
+
This document is available at: http://docs2.hubitat.com/en/developer/app/preferences
 
+
</big>
== Example ==
 
 
 
<pre>preferences {
 
  page(name: "mainPage", title: "Title", install: true, uninstall: true) {
 
    section("") {
 
    }
 
  }
 
}</pre>
 
 
 
 
 
== Available Methods ==
 
 
 
:[[preferences_page|page]]
 

Latest revision as of 19:50, 25 September 2022

We're moving! Please visit http://docs2.hubitat.com for the latest documentation.

This document is available at: http://docs2.hubitat.com/en/developer/app/preferences