This module allows you to extract numeric or text data from external websites and broadcast it across the Meshtastic network.
Provide a public HTTP/HTTPS URL. The backend will fetch the DOM and segment it into readable data blocks.
Filter the returned blocks to isolate the specific text you wish to monitor (e.g., a temperature reading or server status).
You can fire the payload immediately over the radio, or deploy an automated Cron task to have the server re-scrape the URL and broadcast the updated value on a schedule.