├── Full-featured-demo-code.py ├── LICENSE ├── OTA_firmware_upgrade.py ├── README.md ├── docs └── UPS_Hardware_Firmware.md ├── firmware ├── README.md └── app.zip ├── install.sh ├── uninstall.sh ├── upsplus.py └── upsplus_iot.py /Full-featured-demo-code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/Full-featured-demo-code.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/LICENSE -------------------------------------------------------------------------------- /OTA_firmware_upgrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/OTA_firmware_upgrade.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/README.md -------------------------------------------------------------------------------- /docs/UPS_Hardware_Firmware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/docs/UPS_Hardware_Firmware.md -------------------------------------------------------------------------------- /firmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/firmware/README.md -------------------------------------------------------------------------------- /firmware/app.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/firmware/app.zip -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/install.sh -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/uninstall.sh -------------------------------------------------------------------------------- /upsplus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/upsplus.py -------------------------------------------------------------------------------- /upsplus_iot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geeekpi/upsplus/HEAD/upsplus_iot.py --------------------------------------------------------------------------------