@gudhub/core 1.1.124 → 1.1.126

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1217,6 +1217,13 @@ export default function generateModulesList(async_modules_path, file_server_url,
1217
1217
  type: 'automation',
1218
1218
  icon: 'automation_api'
1219
1219
  },
1220
+ {
1221
+ data_type: 'GetHtml',
1222
+ name: 'Get Html',
1223
+ url: file_server_url + '/' + automation_modules_path + 'get_html_node.js',
1224
+ type: 'automation',
1225
+ icon: 'automation_api'
1226
+ },
1220
1227
  {
1221
1228
  data_type: 'ItemDestructor',
1222
1229
  name: 'Item Destructor',