We have 2 UUID types:
- device-uuid - derived from hardware informations. Be the same even when we flash it
- config-uuid - generated by pyramid and used as index filed in the DB.
e.g. When a hardware device is replaced by a new one, we can replace the old device-uuid <-> config-uuid mapping to the new uuid and only changed one row.
We have 2 UUID types:
e.g. When a hardware device is replaced by a new one, we can replace the old device-uuid <-> config-uuid mapping to the new uuid and only changed one row.