From 253a6cac387bc20034246fb092ca5a909be69ff8 Mon Sep 17 00:00:00 2001 From: Marcus Davies <55892693+marcus-j-davies@users.noreply.github.com> Date: Sat, 29 May 2021 09:07:49 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01eceaa8..a650f201 100644 --- a/README.md +++ b/README.md @@ -162,11 +162,11 @@ 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 | | @@ -174,8 +174,8 @@ Some Association methods require an Object, these are detailed at the bottom. | 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] | @@ -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