Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies committed May 29, 2021
1 parent 73e87b8 commit 253a6ca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,20 +162,20 @@ Some Association methods require an Object, these are detailed at the bottom.
| ------------------------- | ----------------------------------- | ----------------------------------------------------- |
| Controller | StartHealNetwork | |
| Controller | StopHealNetwork | |
| Controller | StartInclusion (see Notes) | [Include Non-Secure: Bool (optional)] |
| Controller | StartInclusion (See Notes) | [Include Non-Secure: Bool (optional)] |
| Controller | StopInclusion | |
| Controller | StartExclusion | |
| Controller | StopExclusion | |
| Controller | HardReset (see Notes) | |
| Controller | HardReset (See Notes) | |
| Controller | ProprietaryFunc (See Notes) | [Serial Function ID: Number, Data: Buffer] |
| Controller | InterviewNode | [Node ID: Number] |
| Controller | GetNodes | |
| Controller | SetNodeName | [Node ID: Number, Node Name: String] |
| Controller | SetNodeLocation | [Node ID: Number, Node Location: String] |
| Controller | GetNodeNeighbors | [Node ID: Number] |
| Controller | KeepNodeAwake | [Node ID: Number, Bool] |
| Controller | GetRFRegion | |
| Controller | SetRFRegion | [**RFRegion**: Enum] |
| Controller | GetRFRegion (See Notes) | |
| Controller | SetRFRegion (See Notes) | [**RFRegion**: Enum] |
| Controller | ToggleRF | [Status: Bool] |
| Associations | GetAssociationGroups | [**AssociationAddress**: Object] |
| Associations | GetAllAssociationGroups | [Node ID: Number] |
Expand All @@ -199,6 +199,9 @@ let Message = {
return Message;
```

## Notes on Controller -> Set/Get RF Region
Support for these Commands, must be proivided by your stick.

## Notes on Controller -> StartInclusion
By default, the include process will only include secure devices, if you want to include non-secure devices, provide a **true** value

Expand Down

0 comments on commit 253a6ca

Please sign in to comment.