The F1 Smart module contains functions to control specific features of the SG devices, such as the heartbeat RGB LED.
# rgbled.heartbeat() example: import rgbled rgbled.heartbeat( False ) # stop the heartbeat service rgbled.color(0x00FF0000) # sets the LED color to red rgbled.color(0x0000FF00) # sets the LED color to green rgbled.color(0x000000FF) # sets the LED color to blue rgbled.color(0x00FFFF00) # sets the LED color to yellow