Changeset 676 for trunk/Modules
- Timestamp:
- Jul 22, 2014, 10:25:19 PM (11 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Modules/Network/Network.php ¶
r675 r676 242 242 'RateRx' => array('Type' => 'Integer', 'Caption' => 'Rychlost', 'Default' => '0', 'Suffix' => 'MHz'), 243 243 'RateTx' => array('Type' => 'Integer', 'Caption' => 'Rychlost', 'Default' => '0', 'Suffix' => 'MHz'), 244 'Device' => array('Type' => 'TNetworkDevice', 'Caption' => 'Měřeno z', 'Default' => '0'), 244 245 ), 245 246 )); -
TabularUnified trunk/Modules/NetworkConfigRouterOS/Generators/Signal.php ¶
r674 r676 58 58 $System->Database->insert('NetworkSignal', array('MAC' => $Properties['mac-address'], 59 59 'Value' => $Strength, 'RateRx' => $RateRx, 'RateTx' => $RateTx, 60 'Time' => TimeToMysqlDateTime($Time), 'Interface' => $Interface ));60 'Time' => TimeToMysqlDateTime($Time), 'Interface' => $Interface, 'Device' => $Device['Id'])); 61 61 /* 62 62 $DbResult = $System->Database->select('Measure', 'Id', '`Name` = "'.$Properties['mac-address'].'"');
Note:
See TracChangeset
for help on using the changeset viewer.