File

child-devices/child-devices.component.ts

Implements

OnInit

Metadata

providers ManagedObjectRealtimeService
selector c8y-child-devices
templateUrl ./child-devices.component.html

Index

Properties
Methods

Constructor

constructor(route: ActivatedRoute)
Parameters :
Name Type Optional
route ActivatedRoute No

Methods

Async getAllDevices
getAllDevices()
Returns : any
Async ngOnInit
ngOnInit()
Returns : any

Properties

id
id: string
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>

result-matching ""

    No results matching ""