Skip to content

Commit

Permalink
Merge pull request #102 from oesolberg/patch-1
Browse files Browse the repository at this point in the history
Update adding-an-action.rst
  • Loading branch information
alexdresko committed Nov 8, 2018
2 parents 291dd97 + ba5a30a commit 39a67fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/adding-an-action.rst
Expand Up @@ -22,7 +22,7 @@ The following functions are used in creating an action:
The name of your action for the actionnumber given. Homeseer will use 1 as the first action.

* **public override bool HandleAction(IPlugInAPI.strTrigActInfo actionInfo)**
This it the function handling the action when it is triggered in Homeseer.
This is the function handling the action when it is triggered in Homeseer.

General functions that you will use
-----------------------------------
Expand All @@ -32,4 +32,4 @@ General functions that you will use
* **public override void ShutdownIO()**
This is where actions before shutdown and disconnect are done. Make sure all your stuff is ended correctly so noting is left "haning" during shutdown.

Also you might want to add a config page which involves adding a webpage. More of this in later documentation.
Also you might want to add a config page which involves adding a webpage. More of this in later documentation.

0 comments on commit 39a67fd

Please sign in to comment.