{% assign property_notes = include.device.broadcasted_property_notes | map: "property" %}
{% if include.show_mfg_name %} {{ include.device.manufacturer }} {% endif %} {{ include.device.model }}
{{ include.device.name}}
{% for property in include.device.broadcasted_properties %} {% if property_notes contains property %}
{{ property }} *
{% else %}
{{ property }}
{% endif %} {% endfor %}
{{include.device.model}} {% if include.device.physical_description %}
{{ include.device.physical_description}}
{% endif %}
{% if include.device.active_scan %}
Active Scan required
{{ include.device.active_scan}}
{% endif %} {% if include.device.encryption_key %}
Encrypted Advertisements
{{ include.device.encryption_key}}
{% endif %} {% if include.device.broadcast_rate and include.device.broadcast_rate!="" %}
Broadcast Rate
{{ include.device.broadcast_rate}}
{% endif %} {% if include.device.custom_firmware and include.device.custom_firmware.size > 0 %}
custom firmware
    {% for firmware in include.device.custom_firmware %}
  • {{firmware.name}}
  • {% endfor %}
{% endif %}
{% if device.broadcasted_property_notes or device.notes %}
Notes:
{% endif %}