mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -83,8 +83,8 @@ class Ptp670 extends OS implements
|
||||
$receive = '.1.3.6.1.4.1.17713.11.20.1.0'; //CAMBIUM-PTP670-MIB::receiveDataRate.0
|
||||
$transmit = '.1.3.6.1.4.1.17713.11.20.2.0'; //CAMBIUM-PTP670-MIB::transmitDataRate.0
|
||||
$aggregate = '.1.3.6.1.4.1.17713.11.20.3.0'; //CAMBIUM-PTP670-MIB::aggregateDataRate.0
|
||||
$txModulation = ".1.3.6.1.4.1.17713.11.12.15.0";
|
||||
$rxModulation = ".1.3.6.1.4.1.17713.11.12.14.0";
|
||||
$txModulation = '.1.3.6.1.4.1.17713.11.12.15.0';
|
||||
$rxModulation = '.1.3.6.1.4.1.17713.11.12.14.0';
|
||||
|
||||
return [
|
||||
new WirelessSensor(
|
||||
|
Reference in New Issue
Block a user