thermostat

Just a TDD exercise
git clone https://git.tronto.net/thermostat
Download | Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2023-05-30 14:51Added questions, comments and alternative versionSebastiano Tronto2+118-1
2023-05-28 20:31Added readmeSebastiano Tronto1+1-0
2023-05-28 20:30[REFACTOR] Made more pythonic :-)Sebastiano Tronto1+3-7
2023-05-28 20:25[REFACTOR] Removed unnecessary conditionalSebastiano Tronto1+5-6
2023-05-28 20:23[GREEN] Add two set points -> ok (actually works for more than 2)Sebastiano Tronto1+12-6
2023-05-28 20:17[RED] Two set points, time between them -> returns firstSebastiano Tronto1+8-0
2023-05-28 20:13[REFACTOR] Simplified conditionalSebastiano Tronto1+2-5
2023-05-28 20:10[GREEN] New set point but time has not come -> required temperature did not changeSebastiano Tronto1+6-3
2023-05-28 20:07[RED] New set point but time has not come -> same required temperatureSebastiano Tronto1+10-0
2023-05-28 19:56[GREEN] Add set point -> required temperature changedSebastiano Tronto1+5-0
2023-05-28 19:52[RED] Still red, but fixed error in testSebastiano Tronto1+11-1
2023-05-28 19:48[RED] Add set point -> required temperature changedSebastiano Tronto1+12-0
2023-05-28 19:30[GREEN] New thermostat -> current required temperature is 10Sebastiano Tronto1+5-0
2023-05-28 19:28[RED] New thermostat -> current required temperature is 10Sebastiano Tronto2+9-0