The table associates a firmware to a device.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| firmware_uuid | byte(16) | not null | The uuid for this firmware |
| device_id | nvarchar(5) | not null | A unique id for the device |
| version | integer | not null | Identifies the version. Each time the device is configured with firmware, the number is bumped. The highest number is the latest version |
| datetime_configured | integer | with null | |
| status | integer | not null | 0 = pending 1= completed |
Product Name: Unicenter Wireless Site Management
Table Type: Table