clearForm()

in content/device.js [212:223]


            clearForm() {
                window.localStorage.removeItem('connectionInfo')
                this.connectionInfo = {
                    scopeId: '',
                    hubName: '',
                    deviceId: 'SimpleDevice01',
                    deviceKey: '',
                    modelId: 'dtmi:simpleModel:simplesample;1',
                    status: 'Disconnected',
                    connected: false
                }
            },