verybadsoldier / smartvisu

Automatically exported from code.google.com/p/smartvisu
GNU General Public License v3.0
0 stars 0 forks source link

Blind (und Shutter etc.): Unterstützung verschiedener DPT's #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
von Version 1.9 zu 2.0 hat sich der Wertebereich im Blind von 100 auf 255 
geändert.
Um nicht in linknx den Type wieder umändern zu müssen, wäre ein Blind 
ebenfalls für den früheren Wertebereich bis 100 wünschenswert.
Noch besser: Für alle Widgets mit Objekten mit verschiedenen DPT ein Widget 
und Wertebereich in Abhängigkeit vom DPT, beispielsweise die möglichen Werte 
in linknx für 8 bit unsigned, also auch für Dimmer, Shutter:
     5.xxx: 8bit unsigned integer (from 0 to 255)
     5.001: scaling (from 0 to 100%)
     5.003: angle (from 0 to 360°)

Original issue reported on code.google.com by jg-h...@gmx.de on 3 Jan 2013 at 8:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
That is correct. In the next release (2.1) the blind and shutter have a new 
interface to fullfil your requirement:

{% macro blind(id, txt, gad_move, gad_stop, gad_pos, gad_shift, gad_angle, min, 
max, step) %}

{% macro shutter(id, txt, gad_move, gad_stop, gad_pos, gad_shift, gad_angle, 
gad_saved, min, max, step, mode) %}

So you can set the 'min', 'max' and 'step' to your values.

Original comment by Gleiss.Martin on 6 Jan 2013 at 8:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by Gleiss.Martin on 6 Jan 2013 at 9:39