src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/website/honeycore-mobile.html.twig line 16

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'Site context. Within reach. | HoneyBee' %}
  3. {% set p = prices|default({}) %}
  4. {% include '@HoneybeeWeb/website/header.html.twig' %}
  5. <section class="hero">
  6. <div class="wrap narrow"><span class="eyebrow ">Energy Operations / mobile access</span>
  7. <h1>Site context.<br>Within reach.</h1><p class="lead">Your HoneyCore companion for cloud and remote monitoring, with Bluetooth Low Energy communication to supported nearby HoneyCore edge devices.</p><div class="actions"><a class="btn" href="{{ path('honeybee_website_page', {'page':'app-support','app':'HoneyCore mobile'}) }}">App support & information <span aria-hidden="true">↗</span></a><a class="textlink" href="{{ path('honeybee_honeycore') }}">Explore HoneyCore ↗</a></div></div></section>
  8. <section class="section white">
  9. <div class="wrap">
  10. <div class="split"><div><span class="eyebrow ">HoneyCore mobile</span>
  11. <h2>Operational visibility.<br>A defined access scope.</h2><p class="lead">Review sites, device readings and alarms through the cloud connection. Use a nearby BLE link for supported edge interactions, subject to the commissioned device’s permissions and interlocks.</p></div><div class="proof-plate"><span class="eyebrow ">Application review</span><div class="featurelist"><div class="featureline"><b>01</b><div><h4>Operational access</h4><p>Review cloud-connected sites, devices, energy data and alarms.</p></div></div><div class="featureline"><b>02</b><div><h4>Deployment relationship</h4><p>Connect locally over BLE where supported; use HoneyCore cloud EMS for remote site context.</p></div></div><div class="featureline"><b>03</b><div><h4>Safety boundary</h4><p>The phone is not represented as a protection, emergency shutdown or safety-critical plant controller.</p></div></div></div></div></div></div></section>
  12. <section class="section ">
  13. <div class="wrap">
  14. <div class="split"><div><span class="eyebrow ">Application information</span>
  15. <h2>Confirm the release.<br>Review the access.</h2></div><div><p>Contact HoneyBee to confirm the current Android release, account requirements and the supported workflows for your organization.</p><div class="actions"><a class="textlink" href="{{ path('honeybee_contact') }}">Discuss application access ↗</a></div></div></div></div></section>
  16. {% include '@HoneybeeWeb/website/footer.html.twig' %}