Lights, Doc, Db

- Now lights works with DialogFlow
- Database automatically update data from user's fitbit
- Doc is written well (well.. it is ok)
- Added logging here and there
- Removed unused code
- Improved code reading and code quality
This commit is contained in:
2018-09-02 00:04:29 +02:00
parent d891e53c8e
commit f7942abae2
13 changed files with 395 additions and 328 deletions

View File

@@ -23,8 +23,6 @@ public class Steps {
steps = Integer.parseInt(map.get("value"));
}
public int getSteps() {
return steps;
}
public int getSteps() { return steps; }
}