Changeset 911 for trunk/Modules/Network
- Timestamp:
- Jul 31, 2021, 12:26:16 AM (3 years ago)
- Location:
- trunk/Modules/Network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Network.php
r909 r911 383 383 'Interface' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní', 'Default' => '', 'Null' => true), 384 384 'Value' => array('Type' => 'Integer', 'Caption' => 'Signál', 'Default' => '0', 'Suffix' => 'dBm'), 385 'Remote' => array('Type' => 'Integer', 'Caption' => 'Vzdálený signál', 'Default' => '0', 'Suffix' => 'dBm'), 385 386 'RateRx' => array('Type' => 'Integer', 'Caption' => 'Rychlost Rx', 'Default' => '0', 'Suffix' => 'MHz'), 386 387 'RateTx' => array('Type' => 'Integer', 'Caption' => 'Rychlost Tx', 'Default' => '0', 'Suffix' => 'MHz'), -
trunk/Modules/Network/NetworkModels.php
r899 r911 195 195 $Desc->AddReference('Interface', NetworkInterface::GetClassName()); 196 196 $Desc->AddInteger('Value'); 197 $Desc->AddInteger('Remote'); 197 198 $Desc->AddInteger('RateRx'); 198 199 $Desc->AddInteger('RateTx');
Note:
See TracChangeset
for help on using the changeset viewer.