device-list/add-smart-group.component.ts
selector | c8y-add-smart-group |
templateUrl | ./add-smart-group.component.html |
Properties |
Methods |
constructor(modal: BsModalRef, smartGroupsService: SmartGroupsService, deviceGridService: DeviceGridService, alert: AlertService, translateService: TranslateService)
|
||||||||||||||||||
Parameters :
|
close |
close()
|
Returns :
void
|
create |
create()
|
Returns :
any
|
configKey |
Type : string
|
deviceQuery |
Type : string
|
smartGroup |
Type : object
|
Default value : {
name: '',
type: 'c8y_DynamicGroup',
c8y_IsDynamicGroup: {}
}
|