Ignore:
Timestamp:
Jul 19, 2014, 1:21:24 AM (10 years ago)
Author:
chronos
Message:
  • Upraveno: Příprava pro sledování signálu bezdrátových spojů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/Network.php

    r661 r671  
    228228        'Interface1' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní 1', 'Default' => ''),
    229229        'Interface2' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní 2', 'Default' => ''),
     230      ),
     231    ));
     232    $this->System->FormManager->RegisterClass('NetworkSignal', array(
     233      'Title' => 'Signál rozhraní',
     234      'Table' => 'NetworkSignal',
     235      'Items' => array(
     236        'Time' => array('Type' => 'DateTime', 'Caption' => 'Čas', 'Default' => ''),
     237        'MAC' => array('Type' => 'MacAddress', 'Caption' => 'Fyzická adresa (MAC)', 'Default' => ''),
     238        'Interface' => array('Type' => 'TNetworkInterface', 'Caption' => 'Rozhraní', 'Default' => '', 'Null' => true),
     239        'Value' => array('Type' => 'Integer', 'Caption' => 'Signál', 'Default' => '0'),
    230240      ),
    231241    ));
Note: See TracChangeset for help on using the changeset viewer.