async fetchTwin()

in content/device.js [247:252]


            async fetchTwin() {
                if (client.connected) {
                    const twin = await client.getTwin()
                    this.writeToConsole('<div style="color: white;">Current full twin:<pre>' + this.syntaxHighlight(twin) + '</pre></div>', 'white')
                }
            },