diff options
author | David Wagner <david.wagner@intel.com> | 2014-11-25 11:16:34 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-11-25 11:16:34 +0100 |
commit | 790ad677709d1a830162e3fbcc7a785f56a7ebbc (patch) | |
tree | 9627be60d0a78e88e899d12740d76cfc17c5f3e2 /Schemas | |
parent | f87f84540e7d399de99359cf3c3ce805161fc234 (diff) | |
download | external_parameter-framework-790ad677709d1a830162e3fbcc7a785f56a7ebbc.zip external_parameter-framework-790ad677709d1a830162e3fbcc7a785f56a7ebbc.tar.gz external_parameter-framework-790ad677709d1a830162e3fbcc7a785f56a7ebbc.tar.bz2 |
Schemas/Readme: replace 'TuningMode' with 'TuningAllowed'
There is no such "TuningMode" attribute; it was a mistake and the attribute
described in this documentation corresponds to "TuningAllowed".
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'Schemas')
-rw-r--r-- | Schemas/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Schemas/README.md b/Schemas/README.md index 3563b4b..7d9f10d 100644 --- a/Schemas/README.md +++ b/Schemas/README.md @@ -27,9 +27,9 @@ Schema for the top-level configuration. It contains: Attributes of `ParameterFrameworkConfiguration` are: - The `SystemClass` name (for consistency check) -- The `TuningMode` (whether the parameter-framework listens for commands) +- The `TuningAllowed` (whether the parameter-framework listens for commands) - The `ServerPort` on which the parameter-framework listens if - `TuningMode=true`. + `TuningAllowed=true`. ## SystemClass.xsd |