summaryrefslogtreecommitdiffstats
path: root/control/zone.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add framework to set properties on a zoneMatthew Barth2019-02-141-0/+6
* Use zone object's path attributeMatthew Barth2019-02-131-7/+2
* Trigger current mode property change eventsMatthew Barth2019-02-131-1/+11
* Store and access zone object propertiesMatthew Barth2019-02-131-2/+33
* Override setting Current mode propertyMatthew Barth2019-02-131-0/+12
* Restore current mode propertyMatthew Barth2019-02-131-1/+29
* Persist current mode property frameworkMatthew Barth2019-02-131-0/+17
* Add thermal control interface to zone objectsMatthew Barth2019-02-131-1/+9
* Remove timer in favor of sdeventplus/utility/timerWilliam A. Kennington III2019-02-051-22/+20
* control: Add interface when not in service cacheMatthew Barth2018-11-091-2/+7
* Rebase correction (timerPos -> timerConfPos)Matthew Barth2018-11-061-1/+1
* control/zone: Use const references when iteratingWilliam A. Kennington III2018-11-061-1/+1
* Remove all signals when an event is removedMatthew Barth2018-11-061-37/+53
* Prefer bind over method call in lambdaWilliam A. Kennington III2018-11-051-2/+3
* control/zone: Reference instead of copying timer dataWilliam A. Kennington III2018-11-051-2/+6
* control/zone: Refactor addTimerWilliam A. Kennington III2018-11-051-23/+26
* control: Rename Timer -> TimerConfWilliam A. Kennington III2018-10-311-4/+4
* control: Alias TimerType locallyWilliam A. Kennington III2018-10-311-4/+2
* Switch sd_event loops to sdeventplusWilliam A. Kennington III2018-10-291-5/+5
* Throw custom exceptions on D-Bus method failuresMatt Spinler2018-05-091-1/+1
* Minimize service name mapper lookupsMatthew Barth2018-03-121-4/+2
* Cache service names for paths and interfacesMatthew Barth2018-03-121-0/+87
* Decreases allowed based on all groupsMatthew Barth2017-12-141-3/+11
* Use Ceiling speed as request baseMatthew Barth2017-12-111-0/+5
* Use in place init of event dataMatthew Barth2017-11-171-10/+4
* Remove empty service nameMatthew Barth2017-11-171-1/+28
* Refresh service states for a groupMatthew Barth2017-11-171-0/+30
* Init zone target speed to current target speedMatthew Barth2017-11-171-0/+5
* Set floor to default on missing owner actionMatthew Barth2017-11-171-4/+12
* Add timer event managementMatthew Barth2017-11-171-1/+44
* Add timer type for set speed event timersMatthew Barth2017-11-171-1/+1
* Set/update a service name owner for a groupMatthew Barth2017-11-171-0/+30
* Update event initializationMatthew Barth2017-11-171-63/+23
* Generate selected match strings and signalsMatthew Barth2017-11-071-4/+4
* Use speed request base in inc/dec speed changesMatthew Barth2017-09-261-2/+2
* Support a list of actions for a set speed eventMatthew Barth2017-09-181-19/+53
* Create informational logs for properties not foundMatthew Barth2017-08-221-6/+7
* Updates enabling zone active fan controlMatthew Barth2017-08-161-13/+30
* Add timer option to run set speed event actionsMatthew Barth2017-08-161-1/+29
* Remove set speed eventMatthew Barth2017-08-071-10/+40
* Add precondition that checks property statesMatthew Barth2017-08-071-5/+16
* Initial updates to support preconditionsMatthew Barth2017-08-041-34/+34
* Add increase & decrease timer values in secondsMatthew Barth2017-07-061-5/+5
* Set target speed according to floor speed changeMatthew Barth2017-07-061-5/+10
* Timer for fan speed increasesMatthew Barth2017-07-061-7/+19
* Move event init steps at startup to functionsMatthew Barth2017-07-061-47/+49
* Timer to decrease fan speedsMatthew Barth2017-07-061-4/+17
* Support speed decrease eventsMatthew Barth2017-07-061-5/+30
* Process speed increase requestsMatthew Barth2017-07-061-5/+28
* Enable setting/adjusting fan ceiling speedMatthew Barth2017-06-281-1/+7
OpenPOWER on IntegriCloud