![]() |
SmartCradle v1
Baby smart cradle
|
Database python module implementation. More...
Go to the source code of this file.
Functions | |
| def | send_temp_hum (a, b) |
| def | get_swing_flag () |
| def | get_live_flag () |
| def | send_notification_flag (b) |
| def | send_swing_flag (b) |
Database python module implementation.
Definition in file database.py.
| def database.get_live_flag | ( | ) |
Definition at line 54 of file database.py.
| def database.get_swing_flag | ( | ) |
Definition at line 33 of file database.py.
| def database.send_notification_flag | ( | b | ) |
Definition at line 75 of file database.py.
| def database.send_swing_flag | ( | b | ) |
Definition at line 96 of file database.py.
| def database.send_temp_hum | ( | a, | |
| b | |||
| ) |
Definition at line 10 of file database.py.