SmartCradle v1
Baby smart cradle
database.py File Reference

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)
 

Detailed Description

Database python module implementation.

Author
José Carvalho, João Carneiro
Date
2022-01-13

Definition in file database.py.

Function Documentation

◆ get_live_flag()

def database.get_live_flag ( )

Definition at line 54 of file database.py.

◆ get_swing_flag()

def database.get_swing_flag ( )

Definition at line 33 of file database.py.

◆ send_notification_flag()

def database.send_notification_flag (   b)

Definition at line 75 of file database.py.

◆ send_swing_flag()

def database.send_swing_flag (   b)

Definition at line 96 of file database.py.

◆ send_temp_hum()

def database.send_temp_hum (   a,
  b 
)

Definition at line 10 of file database.py.