{{:helper.link('Show Tracker Map', 'pin-s', {'showMap' : 1})}} {{if !data.alarm}}
| min2 | min1 | max1 | max2 |
|---|---|
| O2 | {{for data.sensors.oxygen}}{{:helper.link(value >= 0 ? helper.precisionRound(value,4) : "OFF",null,{'command':'set_threshold','env':'oxygen','var':index+1})}} | {{/for}}
| N2 | {{for data.sensors.nitrogen}}{{:helper.link(value >= 0 ? helper.precisionRound(value,4) : "OFF",null,{'command':'set_threshold','env':'nitrogen','var':index+1})}} | {{/for}}
| CO2 | {{for data.sensors.carbon_dioxide}}{{:helper.link(value >= 0 ? helper.precisionRound(value,4) : "OFF",null,{'command':'set_threshold','env':'carbon_dioxide','var':index+1})}} | {{/for}}
| Toxins | {{for data.sensors.plasma}}{{:helper.link(value >= 0 ? helper.precisionRound(value,4) : "OFF",null,{'command':'set_threshold','env':'plasma','var':index+1})}} | {{/for}}
| Pressure | {{for data.sensors.pressure}}{{:helper.link(value >= 0 ? helper.precisionRound(value,4) : "OFF",null,{'command':'set_threshold','env':'pressure','var':index+1})}} | {{/for}}
| Temperature (K) | {{for data.sensors.temperature}}{{:helper.link(value >= 0 ? helper.precisionRound(value,4) : "OFF",null,{'command':'set_threshold','env':'temperature','var':index+1})}} | {{/for}}