Skip to content

Commit 39a67fd

Browse files
authored
Merge pull request #102 from oesolberg/patch-1
Update adding-an-action.rst
2 parents 291dd97 + ba5a30a commit 39a67fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/adding-an-action.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following functions are used in creating an action:
2222
The name of your action for the actionnumber given. Homeseer will use 1 as the first action.
2323

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

2727
General functions that you will use
2828
-----------------------------------
@@ -32,4 +32,4 @@ General functions that you will use
3232
* **public override void ShutdownIO()**
3333
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.
3434

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

0 commit comments

Comments
 (0)