Age | Commit message (Collapse) | Author | Files | Lines |
|
HVAC binding needs to be split into its own package so must be removed
from the hvac application
Bug-AGL: SPEC-1757
Change-Id: I9b1a6b2bc6371a285e468205fa7c00f0ac662d64
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
v1
- the change allows the paths to the LED folders to be changed without
having to recompile the widget
- the JSON file itself is included in this commit with the name "hvac.json"
- the location which the parser expects the configuration
file to be in is /etc
v2
- optimised code in terms of opening and closing paths for writing
- put afb header definitions together
v3
- removed all caps warning notifications
Change-Id: If075c6650d8802849cbd706be4adbca9f1996c9e
Signed-off-by: Yordan Dimitrov <y.dimitrov.14@gmail.com>
|
|
v1
- the colour of the LED reflects the temperature of both sliders
at the same time
- colour gradient starts from blue and ends with red:
for low and high temperatures, respectively.
v2
- removed all A/C code
- paths are read from a predefined variables
v3
- removed trailing spaces and converted tabs to spaces
v4
- changed some tabs to space where appropriate and removed unnecessary code
Change-Id: I989d6779c0a72b9def74bc9bcf41ae01d368ba8a
Signed-off-by: Yordan Dimitrov <y.dimitrov.14@gmail.com>
|
|
Change-Id: I8eca6e0f7ddd042c9434132537eeccd74b982718
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
update translation on language changed
Change-Id: I12130b4a1c5c6dad9658972d32b4b9e362a8d1cc
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Change-Id: Ib01fd9c29b567f718a9b603e5e2bc4ffaa56bc96
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
The reversal of the fanspeed was due to the wrong fan type.
As the fan is replaced, undo it.
Bug-AGL: SPEC-456
Change-Id: Ie6300e41b24962c072170ab4606252fcdce4b073
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add logic to fall back to simulation mode in the absence of the CAN interface,
based on a modified form of the dropped changes from patch #2 of:
https://gerrit.automotivelinux.org/gerrit/#/c/7641
This should fix SPEC-383 by allowing the HVAC demo to run on setups without
the CAN hardware again.
Bug-AGL: SPEC-383
Change-Id: I3ee11c92baccde427986ceb077a37e9b9c900b11
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
QML sets temp to 15~30 and this binding convert it to 0x10~0xF0
Change-Id: I027853e2279ff8b9a5e4a169bf7a7f549cf73a1e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
|
|
Change-Id: I13ab17ec3183a8c7a2994d372a405779e08247ed
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I4d1a952cc21311847975071aaab7f5d0aadd2eb9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I8e3db290422adc221fec931390bc934a78ec17af
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
$ qmake && make will generate package/hvac.wgt
Change-Id: I67057f1f3b511a3af4a22aedd32f6614dc56b503
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|