mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 11:16:34 +00:00
config: Switch default device type to unknown
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
dfa9034fe9
commit
f56be737ee
@ -33,7 +33,7 @@ class Config extends EventEmitter {
|
||||
uuid: { source: 'config.json', mutable: true },
|
||||
apiKey: { source: 'config.json', mutable: true, removeIfNull: true },
|
||||
deviceApiKey: { source: 'config.json', mutable: true },
|
||||
deviceType: { source: 'config.json', default: 'raspberry-pi' },
|
||||
deviceType: { source: 'config.json', default: 'unknown' },
|
||||
username: { source: 'config.json' },
|
||||
userId: { source: 'config.json' },
|
||||
deviceId: { source: 'config.json', mutable: true },
|
||||
|
Loading…
Reference in New Issue
Block a user