{% from 'macros.html' import style_class_greyscale %} {% macro monitor_tile_stream(title, type_data, mag, unit, class_ts, class_value, glyp) %}
{{ unit }}
Time | Raw MSG | Power (W) | LDR (%) | nÂș samples | noise |
---|---|---|---|---|---|
{{ sample['ts'].strftime('%H:%M:%S') }} | {{ sample['msg'] }} | {{ sample['power']|int }} | {{ (sample['ldr'] * 100)|round(1)}} | {{ sample['ref']|int }} | {{ sample['noise'] }} |
{{ sample['ts'].strftime('%H:%M:%S') }} - {{ sample }}
#} {# {% endfor %}#}