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
the default behaviour of @device_factory is that the name of the device is the name of the factory
Turns out that eg the zebra device has name as a required argument, coming before prefix. We should go through all devices and check that prefix is always before name, and that name is optional.
Acceptance Criteria
Specific criteria that will be used to judge if the issue is fixed
The text was updated successfully, but these errors were encountered:
From #1021
Turns out that eg the zebra device has
name
as a required argument, coming before prefix. We should go through all devices and check that prefix is always before name, and that name is optional.Acceptance Criteria
The text was updated successfully, but these errors were encountered: