Files

8 lines
167 B
PHP
Raw Permalink Normal View History

<?php
if ($device['os'] == 'hirschmann') {
echo 'Hirschmann Device: ';
$sensor_value = snmp_get($device, 'HMPRIV-MGMT-SNMP-MIB::hmTemperature.0', '-Oqv');
}