Class SchedulerManager
- App\ConfigModule\Model\SchedulerManager uses Nette\SmartObject (not available)
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
|
|
public
array
|
private
|
$fileManager
|
|
private
string
|
$fileName
File name (without .json) |
#
'Scheduler'
|
private
array
|
$commands
|
#
[
'std-per-io' => [
'pnum' => '09',
'pcmd' => [
'direction' => '00',
'set' => '01',
'get' => '02',
],
],
'std-per-frc' => [
'pnum' => '0d',
'pcmd' => [
'send' => '00',
'extraresult' => '01',
'send_selective' => '02',
'set_params' => '03',
],
],
'std-per-ledg' => [
'pnum' => '07',
'pcmd' => [
'off' => '00',
'on' => '01',
'get' => '02',
'pulse' => '03',
],
],
'std-per-ledr' => [
'pnum' => '06',
'pcmd' => [
'off' => '00',
'on' => '01',
'get' => '02',
'pulse' => '03',
],
],
'std-per-thermometer' => [
'pnum' => '0a',
'pcmd' => [
'read' => '00',
],
],
]
|