能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 line
577 B

  1. {
  2. "name": "EspMQTT",
  3. "keywords": "esp, mqtt, arduino, esp32, wifi, iot",
  4. "description": "ESP8266 foundation library for MQTT based HomeIOT",
  5. "authors": {
  6. "name": "Anatoly Politsin",
  7. "url": "https://politsin.ru"
  8. },
  9. "version": "1.0.25",
  10. "frameworks": "arduino",
  11. "platforms": ["espressif32"],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/politsin/EspMQTT.git"
  15. },
  16. "dependencies": [
  17. {
  18. "name": "AsyncMqttClient",
  19. "version": ">=0.8.0"
  20. },
  21. {
  22. "name": "ArduinoJson",
  23. "version": ">=6.13.0"
  24. }
  25. ]
  26. }