I hereby claim:
- I am thewest123 on github.
- I am thewest123 (https://keybase.io/thewest123) on keybase.
- I have a public key ASCUOUQ7rV7WGklV3XSwydyxpwJnVSBDlAAJ7y47uymLego
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| //#define _DEBUG_ //Uncomment for ThingerIO debug print | |
| #include <ThingerESP8266.h> | |
| #include <ThingerConsole.h> | |
| #include <ESP8266WiFi.h> | |
| #include <ESP8266mDNS.h> | |
| #include <WiFiUDP.h> | |
| #include <ArduinoOTA.h> | |
| #include <NTPClient.h> | |
| #define USERNAME "<THINGER_USERNAME>" |
| # A simple CLI tool to interact with the Spoolman REST API | |
| # Simply just select the spool ID and enter the used weight to update the spool | |
| import requests | |
| import os | |
| # Base API URL | |
| BASE_URL = "https://spoolman.local/api/v1" | |
| # Reset to default color |