import DeviceHero from '@/components/docs/DeviceHero.astro';
import deviceImage from '@/assets/images/products/aiot-u5-home.jpg';
import Alert from '@/components/docs/Alert.astro';

<DeviceHero
  image={deviceImage}
  alt="Intelligentes Telemetriemodul VADTel-AIoTU5"
  links={[
    { link: '/de/devices/vadtel-aiotu5/product-passport', title: 'Produktpass' },
    {
      link: '/de/devices/vadtel-aiotu5/technical-specifications',
      title: 'Technische Daten',
    },
    {
      link: '/de/devices/vadtel-aiotu5/declaration-conformity',
      title: 'EU-Konformitätserklärung',
    },
    { link: '/de/devices/vadtel-aiotu5/commissioning', title: 'Inbetriebnahme' },
  ]}
  downloads={frontmatter.downloads}
/>

<Alert type="info">
  Das intelligente IoT-Telemetriemodul **VADTel-AIoTU5** ist für die Fernüberwachung von
  Verbrauchszählern im Haushalt (Gas, Wasser, Strom), die Datenübertragung über
  GSM/GPRS/LTE-M/NB-IoT-Netze an Cloud-Plattformen sowie die Integration in Smart-Home-Systeme
  ausgelegt.
</Alert>