From 8b1c08b05a3946a2bac6cbca3c179dc53215fffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Narajowski?= Date: Sun, 18 Sep 2016 12:34:37 +0200 Subject: [PATCH] doc/mgmt-api: Add Set Appearance command specification --- doc/mgmt-api.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 2b8a81d23..0cc747a9a 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -2885,6 +2885,31 @@ Read Extended Controller Information Command Invalid Index +Set Appearance Command +====================== + + Command Code: 0x0042 + Controller Index: + Command Parameters: Appearance (2 Octets) + Return Parameters: + + This command is used to set the appearance value of a controller. + + This command can be used when the controller is not + powered and all settings will be programmed once powered. + + The value of appearance will be remembered when switching + the controller off and back on again. So the appearance only + have to be set once when a new controller is found and will + stay until removed. + + This command generates a Command Complete event on success + or a Command Status event on failure. + + Possible errors: Invalid Parameters + Invalid Index + + Command Complete Event ====================== -- 2.47.3