Type Alias DeviceProperty
DeviceProperty: {
    displayName: string;
    id: number;
    labelGroupName: string;
    name: string;
    propertyGroupId: number;
    propertyGroupName: string;
}
Type declaration
- displayName: string
- id: number
- labelGroupName: string
- name: string
- propertyGroupId: number
- propertyGroupName: string