Added ecosavers
This commit is contained in:
parent
75affe3f5c
commit
365eaee951
5 changed files with 61 additions and 49 deletions
|
@ -26,6 +26,9 @@
|
|||
<vendor name="Conrad" image="conrad">
|
||||
<device model="selflearning:conrad" protocol="risingsun" widget="12" image="conrad-rsl888" name="Self Learning">Self Learning</device>
|
||||
</vendor>
|
||||
<vendor name="Ecosavers" image="ecosavers">
|
||||
<device model="ecosavers:ecosavers" protocol="silvanchip" widget="14" image="ecosavers" name="Self Learning">Self Learning</device>
|
||||
</vendor>
|
||||
<vendor name="Elro" image="elro">
|
||||
<!--<text>http://www.elro-nl.com/elro-en-05/home.htm</text> -->
|
||||
<device model="codeswitch:elro" protocol="sartano" widget="2" image="elro" name="Code Switch">Code Switch</device>
|
||||
|
@ -118,5 +121,8 @@
|
|||
<vendor name="Roxcore" image="roxcore">
|
||||
<device model="codeswitch:roxcore" protocol="brateck" widget="6" image="projectorscreen">Projector screen</device>
|
||||
</vendor>
|
||||
<vendor name="KingPin" image="roxcore">
|
||||
<device model="kp100:kingpin" protocol="silvanchip" widget="8" image="projectorscreen">Projector screen</device>
|
||||
</vendor>
|
||||
</type>
|
||||
</devices>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<file>../../images/devices/byebye.png</file>
|
||||
<file>../../images/devices/brennenstuhl_cs.png</file>
|
||||
<file>../../images/devices/conrad-rsl888.png</file>
|
||||
<file>../../images/devices/ecosavers.png</file>
|
||||
<file>../../images/devices/elro.png</file>
|
||||
<file>../../images/devices/elro-ab600.png</file>
|
||||
<file>../../images/devices/fr004r.png</file>
|
||||
|
@ -28,6 +29,7 @@
|
|||
<file>../../images/vendors/coco.png</file>
|
||||
<file>../../images/vendors/conrad.png</file>
|
||||
<file>../../images/vendors/brennenstuhl.png</file>
|
||||
<file>../../images/vendors/ecosavers.png</file>
|
||||
<file>../../images/vendors/elro.png</file>
|
||||
<file>../../images/vendors/goobay.png</file>
|
||||
<file>../../images/vendors/gao.png</file>
|
||||
|
|
|
@ -159,6 +159,10 @@ EditDeviceDialog::EditDeviceDialog(Device *device, QWidget *parent, Qt::WFlags f
|
|||
((DeviceSettingArctechSelflearning *)d->deviceSettings[12])->setRemoteMinMax(1,33554432);
|
||||
((DeviceSettingArctechSelflearning *)d->deviceSettings[12])->setUnitMinMax(1,16);
|
||||
d->deviceSettings[13] = new DeviceSettingUnitcode(device, this);
|
||||
//Ecosavers
|
||||
d->deviceSettings[14] = new DeviceSettingArctechSelflearning(device, this);
|
||||
((DeviceSettingArctechSelflearning *)d->deviceSettings[14])->setRemoteMinMax(1,1048575);
|
||||
((DeviceSettingArctechSelflearning *)d->deviceSettings[14])->setUnitMinMax(1,4);
|
||||
|
||||
foreach( DeviceSetting *s, d->deviceSettings ) {
|
||||
connect(d->filteredModel, SIGNAL(setParameter(const QString&, const QString&)), s, SLOT(setValue(const QString&, const QString&)));
|
||||
|
|
BIN
telldus-gui/TelldusGui/images/devices/ecosavers.png
Normal file
BIN
telldus-gui/TelldusGui/images/devices/ecosavers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/ecosavers.png
vendored
Normal file
BIN
telldus-gui/TelldusGui/images/vendors/ecosavers.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue