File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2727General 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.
You can’t perform that action at this time.
0 commit comments