This document contains an Arduino sketch that uses the SoftwareSerial library to control two relays for a light and a fan. It sets up serial communication and listens for commands via Bluetooth to turn the devices on or off. The commands '1' and '2' control the light, while '3' and '4' control the fan.