Ignore:
Timestamp:
Jul 21, 2014, 11:20:43 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Možnos zobrazení a úpravy API u zařízení.
File:
1 edited

Legend:

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

    r674 r675  
    158158        'LoginName' => array('Type' => 'String', 'Caption' => 'Přihlašovací jméno', 'Default' => '', 'Null' => true),
    159159        'LoginPassword' => array('Type' => 'String', 'Caption' => 'Přihlašovací heslo', 'Default' => '', 'Null' => true),
     160        'API' => array('Type' => 'TDeviceAPIType', 'Caption' => 'API', 'Default' => '', 'Null' => true),
    160161      ),
    161162      'Actions' => array(
     
    265266        'Consumption' => array('Type' => 'Integer', 'Caption' => 'Spotřeba', 'Default' => '0', 'ReadOnly' => true, 'Suffix' => 'Wattů'),
    266267        'UsersOverheads' => array('Type' => 'Integer', 'Caption' => 'Podílníků', 'Default' => '0', 'ReadOnly' => true),
     268      ),
     269    ));
     270    $this->System->FormManager->RegisterClass('DeviceAPIType', array(
     271      'Title' => 'Typ API zařízení',
     272      'Table' => 'DeviceAPIType',
     273      'Items' => array(
     274        'Name' => array('Type' => 'String', 'Caption' => 'Jméno', 'Default' => ''),
     275        'Devices' => array('Type' => 'TDeviceListAPI', 'Caption' => 'Zařízení', 'Default' => ''),
    267276      ),
    268277    ));
Note: See TracChangeset for help on using the changeset viewer.