This repository has been archived by the owner on May 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update FGS-222 param #7 description to match Fibaro docs #3710
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,20 +113,23 @@ | |
<Type>list</Type> | ||
<Default>1</Default> | ||
<Size>1</Size> | ||
<Label lang="en">Control key #2 behaviour</Label> | ||
<Label lang="en">Sending commands to control devices assigned to 2-nd association group (key no. 2)</Label> | ||
<Item> | ||
<Value>0</Value> | ||
<Label lang="en">Device status is not checked</Label> | ||
<Label lang="en">Commands are sent when device is turned on and </Label> | ||
</Item> | ||
<Item> | ||
<Value>1</Value> | ||
<Label lang="en">Device status is checked</Label> | ||
<Label lang="en">![CDATA[Commands are sent when device is turned off. Enabling device does not send control commands.<BR /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Likewise, I think this is too long for a label. I'm also not sure it's a good idea to have HTML in the label like this - it's probably best to keep the longer HTML descriptions in the help? |
||
Double-clicking key sends 'turn on' command, dimmers memorize the last saved state (e.g. 50% brightness).]]</Label> | ||
</Item> | ||
<Help lang="en">Key no.2 is not represented by any physical device - only | ||
devices in the association list. | ||
This functionality prevents of lack of reaction on pressing key no.2 | ||
through polling devices | ||
from association list one by one and checking their actual statuses.</Help> | ||
<Item> | ||
<Value>2</Value> | ||
<Label lang="en">![CDATA[Commands are sent when device is turned off. Enabling device does not send control commands.<BR /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above regarding length and HTML in the label |
||
Double-clicking key sends 'turn on' command and dimmers are set to 100% brightness.]]</Label> | ||
</Item> | ||
<Help lang="en">![CDATA[NOTE: Parameter 15 value must be set to 1 to work properly.<BR /> | ||
This activates the double-click functionality - dimmer/roller shutter control.]]</Help> | ||
</Parameter> | ||
|
||
<Parameter> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is too long for a label? It might screw up the UI. What's wrong with the short label that is already there?