App Object

From Hubitat Documentation
Revision as of 18:21, 9 September 2018 by Cschwer (talk | contribs) (Created page with "== installed == This method is called when the app is first installed. '''Signature:''' void installed() == updated == This method is called when the preferences of an in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

installed

This method is called when the app is first installed.

Signature:

void installed()

updated

This method is called when the preferences of an installed app are updated.

Signature:

void updated()