Draw.io library for Ubiquiti networks
The SVG shapes were retrieved from the a Unifi CloudKey Gen 2+ stored in cd /mnt/.rwfs/data/usr/lib/ulp-go/swai/static/media
- Go to draw.io and create a new diagram.
| #include "esphome.h" | |
| static const char *TAG = "electra.climate"; | |
| typedef enum IRElectraMode { | |
| IRElectraModeCool = 0b001, | |
| IRElectraModeHeat = 0b010, | |
| IRElectraModeAuto = 0b011, | |
| IRElectraModeDry = 0b100, | |
| IRElectraModeFan = 0b101, |