Skip to content

Commit

Permalink
[hue] Fixed unicode character in translation (#11519)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <[email protected]>
  • Loading branch information
cweitkamp authored Nov 5, 2021
1 parent 0ae2a2b commit 8a838fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ thing-type.config.hue.0106.sensorId.description = The identifier that is used wi
thing-type.config.hue.0106.tholddark.label = Threshold Dark
thing-type.config.hue.0106.tholddark.description = Threshold the user configured to be used in rules to determine insufficient light level (ie below threshold). Default value 16000.
thing-type.config.hue.0106.tholdoffset.label = Threshold Offset
thing-type.config.hue.0106.tholdoffset.description = Threshold the user configured to be used in rules to determine sufficient light level (ie above threshold). Specified as relative offset to the dark threshold. Shall be >=1. Default value 7000.
thing-type.config.hue.0106.tholdoffset.description = Threshold the user configured to be used in rules to determine sufficient light level (ie above threshold). Specified as relative offset to the "dark" threshold. Shall be >=1. Default value 7000.
thing-type.config.hue.0110.fadetime.label = Fade Time
thing-type.config.hue.0110.fadetime.description = Fade time in milliseconds for changing values
thing-type.config.hue.0110.lightId.label = Light ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<parameter name="tholdoffset" type="integer" min="1" step="1">
<label>Threshold Offset</label>
<description>Threshold the user configured to be used in rules to determine sufficient light level (ie above
threshold). Specified as relative offset to the dark threshold. Shall be >=1. Default value 7000.</description>
threshold). Specified as relative offset to the "dark" threshold. Shall be >=1. Default value 7000.</description>
<default>7000</default>
</parameter>
</config-description>
Expand Down

0 comments on commit 8a838fb

Please sign in to comment.