能源管控程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

31 строка
719 B

  1. {
  2. "name": "AsyncMqttClient",
  3. "keywords": "iot, home, automation, async, mqtt, client, esp8266",
  4. "description": "An Arduino for ESP8266 / ESP32 asynchronous MQTT client implementation",
  5. "authors":
  6. {
  7. "name": "Marvin ROGER",
  8. "url": "https://www.marvinroger.fr"
  9. },
  10. "repository":
  11. {
  12. "type": "git",
  13. "url": "https://github.com/marvinroger/async-mqtt-client.git"
  14. },
  15. "version": "0.9.0",
  16. "frameworks": "arduino",
  17. "platforms": ["espressif8266", "espressif32"],
  18. "dependencies": [
  19. {
  20. "name": "ESPAsyncTCP",
  21. "version": ">=1.2.2",
  22. "platforms": "espressif8266"
  23. },
  24. {
  25. "name": "AsyncTCP",
  26. "version": ">=1.1.1",
  27. "platforms": "espressif32"
  28. }
  29. ]
  30. }