ibs/sql_app
HeshamTB 7f90e104d3 sql_app: emergency open time
For some reason, having 3600 set as the
	time for door to stay open in a case of
	fire does not open the door at all.
	Prob a limtiation in door implementation

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-06-12 21:53:37 +03:00
..
tests helper scripts 2022-06-06 20:07:26 +03:00
tools sql_app: tools: Iot door emulator for testing in absence of door 2022-06-11 17:39:18 +03:00
__init__.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
.gitignore jwt auth 2022-04-13 05:24:06 +03:00
auth_helper.py sql_app: Split doors and monitors 2022-06-09 21:52:42 +03:00
crud.py sql_app: update monitor column 2022-06-11 20:28:39 +03:00
crypto.py jwt auth 2022-04-13 05:24:06 +03:00
database.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
file_permissios.py sql_app: enforce strict file permissions for .env 2022-06-12 12:52:04 +03:00
gen_secret.sh jwt auth 2022-04-13 05:24:06 +03:00
init_db.py sql_app: init_db: do not recreate sensor_data and access_log 2022-06-12 12:57:38 +03:00
init_secrets.sh init_secrets: change file mode when making .env file 2022-06-12 19:34:31 +03:00
main.py sql_app: emergency open time 2022-06-12 21:53:37 +03:00
models.py sql_app: Respond to emergency events record db entry 2022-06-11 18:05:52 +03:00
schemas.py sql_app: fixed error while setting door state 2022-06-09 22:41:07 +03:00
TODO sql_app: Remove hard coded HTTPException codes 2022-06-07 21:40:01 +03:00
utils.py sql_app: emergency open time 2022-06-12 21:53:37 +03:00