Unify the "device type" structure between ember and codegen data model provider · Issue #35889 · project-chip/connectedhomeip · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#35861 introduces DataModel::DeviceTypeEntry which in practice is identical to EmberAfDeviceType.
Figure out a way to share this definition. Ember types are not to be exposed externally (codegen implementation should be the only ember aware code in the long run). DataModel types are global, however we have to consider if we really want to make ember depend on data provider interfaces.
The text was updated successfully, but these errors were encountered:
#35861 introduces
DataModel::DeviceTypeEntry
which in practice is identical toEmberAfDeviceType
.Figure out a way to share this definition. Ember types are not to be exposed externally (codegen implementation should be the only ember aware code in the long run). DataModel types are global, however we have to consider if we really want to make ember depend on data provider interfaces.
The text was updated successfully, but these errors were encountered: