სადარბაზოების და შლაგბაუმების რედაქტირება
{{ $block->name }}
დომოფონები
@php
$anyRTU = $block->entrances->contains(function ($entrance) {
return in_array($entrance->domophone_model, ['RTU5024', 'RTU5024-TEL']);
});
@endphp
კორპუსის დომოფონის მონაცემები @if ($settingsLocked) (დაბლოკილია) @endif
@if ($settingsLocked)
პარამეტრები დაბლოკილია, რადგან კოდები უკვე გენერირებულია.
@endif
ZKTeco კონფიგურაცია
@if (!empty($block->device_endpoints))
@php
$deviceRelayRanges = collect($block->device_relay_ranges ?? []);
@endphp
@if ($deviceRelayRanges->isNotEmpty())
@if (!empty($block->device_endpoints))
@endif
@foreach ($deviceRelayRanges as $range)
@if (!empty($range['door_start']) && !empty($range['door_end']))
@endif
@else
მოწყობილობა {{ $range['endpoint_index'] + 1 }}:
{{ $range['ip'] }} - {{ $range['port'] }} - {{ $range['model'] }} →
რელეები {{ $range['door_start'] }}-{{ $range['door_end'] }}
@endif
@endforeach
ZKTeco არ არის კონფიგურირებული.
დაამატეთ მოწყობილობები კორპუსის პარამეტრებში.
@endif
დაამატეთ მოწყობილობები კორპუსის პარამეტრებში.