Files
IoTManager/src/modules/exec/HttpGet/modinfo.json

55 lines
1.2 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": "executive_devices",
"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*": [],
"esp82*": []
}
}