child-devices/child-devices.component.ts
providers |
ManagedObjectRealtimeService
|
selector | c8y-child-devices |
templateUrl | ./child-devices.component.html |
Properties |
Methods |
|
constructor(route: ActivatedRoute)
|
||||||
Parameters :
|
Async getAllDevices |
getAllDevices()
|
Returns :
any
|
Async ngOnInit |
ngOnInit()
|
Returns :
any
|
id |
id:
|
Type : string
|
<c8y-device-grid
[title]="'Child Devices' | translate"
class="flex-grow col-xs-12 no-gutter"
[childDeviceGrid]="true"
[parentDeviceId]="id"
>
<div class="c8y-empty-state">
<h1 c8yIcon="search"></h1>
<div>
<p>
<strong>{{ 'No matching devices.' | translate }}</strong>
</p>
<small>{{ 'Refine your search terms' | translate }}</small>
</div>
</div>
</c8y-device-grid>