Files
IoTManager/src/modules/exec/HttpGet/modinfo.json
2023-06-20 23:22:58 +03:00

61 lines
1.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"menuSection": "Исполнительные устройства",
"configItem": [
{
"global": 0,
"name": "HttpGet",
"type": "Writing",
"subtype": "HttpGet",
"id": "http",
"widget": "",
"page": "",
"descr": "",
"token": "",
"chatID": ""
}
],
"about": {
"authorName": "AVAKS",
"authorContact": "https://t.me/@avaks_dev",
"authorGit": "https://github.com/avaksru",
"specialThanks": "",
"moduleName": "HttpGet",
"moduleVersion": "1",
"usedRam": {
"esp32_4mb": 15,
"esp8266_4mb": 15
},
"title": "Отправка запросов по http",
"moduleDesc": "Запросы по протоколу https НЕ РАБОТАЮТ!",
"propInfo": {},
"retInfo": "",
"funcInfo": [
{
"name": "get",
"descr": "Отправить http запрос методом GET.",
"params": [
"URL"
]
},
{
"name": "post",
"descr": "Отправить http запрос методом POST.",
"params": [
"URL","message"
]
}
]
},
"defActive": false,
"usedLibs": {
"esp32_4mb": [],
"esp32s2_4mb": [],
"esp8266_4mb": [],
"esp8266_1mb": [],
"esp8266_1mb_ota": [],
"esp8285_1mb": [],
"esp8285_1mb_ota": [],
"esp8266_2mb": [],
"esp8266_2mb_ota": []
}
}