Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Aug 20, 2017
1 parent af5dfb0 commit 41cfb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 1.3
- [x] Fix check for <= 0 dimmer_timeout[state.ac_state] in dimmer module (to pause it)
- [ ] subscribe to "interfaceEnabledChanged" signal from clightd (as soon as it is implemented in clightd) and do a capture as soon as interface became enabled (May be disable both dimmer and brightness while interface is disabled)
- [x] FIX: bug in gamma -> if laptop gets sleeped after sunset (eg at 1.00pm) and resumed after sunrise (eg at 11am), it won't set 6500k

## Later
## Later/Ideas
- [ ] add weather support -> New struct for timeouts wuld be something like conf.timeout[enum state][enum weather] where enum weather = { UNWKNOWN, SUNNY, RAINY, CLOUDY } and defaults to 0 obviously -> state.weather = 0; ...or just use something like conf.temp[state.time] that cuts up to 50% at 100% cloudiness
- [ ] add a CRITICAL_ON_BATT level to customize even more various timeouts/actions
- [ ] subscribe to "interfaceEnabledChanged" signal from clightd (as soon as it is implemented in clightd) and do a capture as soon as interface became enabled (May be disable both dimmer and brightness while interface is disabled)

0 comments on commit 41cfb93

Please sign in to comment.