From 790ad677709d1a830162e3fbcc7a785f56a7ebbc Mon Sep 17 00:00:00 2001 From: David Wagner Date: Tue, 25 Nov 2014 11:16:34 +0100 Subject: 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 --- Schemas/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Schemas') 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 -- cgit v1.1