Ignore:
Timestamp:
Jul 22, 2014, 10:25:19 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: U záznamu signálu také zapisovat, ze kterého zařízení se měřilo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigRouterOS/Generators/Signal.php

    r674 r676  
    5858      $System->Database->insert('NetworkSignal', array('MAC' => $Properties['mac-address'],
    5959        'Value' => $Strength, 'RateRx' => $RateRx, 'RateTx' => $RateTx,
    60         'Time' => TimeToMysqlDateTime($Time), 'Interface' => $Interface));
     60        'Time' => TimeToMysqlDateTime($Time), 'Interface' => $Interface, 'Device' => $Device['Id']));
    6161      /*
    6262      $DbResult = $System->Database->select('Measure', 'Id', '`Name` = "'.$Properties['mac-address'].'"');
Note: See TracChangeset for help on using the changeset viewer.