Skip to content

Amazon Echos + windows 11 are not defined #624

@redimongo

Description

@redimongo

I know this script was nether meant to be able detect everything but I noticed a few issues.

Noticed that the windowsVersionMap does not support Windows 11. Is it even possible? Rumour has it that Windows 11 browsers are reporting as Windows 10.

 windowsVersionMap = {
            'ME'        : '4.90',
            'NT 3.11'   : 'NT3.51',
            'NT 4.0'    : 'NT4.0',
            '2000'      : 'NT 5.0',
            'XP'        : ['NT 5.1', 'NT 5.2'],
            'Vista'     : 'NT 6.0',
            '7'         : 'NT 6.1',
            '8'         : 'NT 6.2',
            '8.1'       : 'NT 6.3',
            '10'        : ['NT 6.4', 'NT 10.0'],
            'RT'        : 'ARM'

Also our users are accessing our system using Echo/1.0(APNG) now we know that that is Amazon, Echo devices. sadly we are not able to tell what device it. How do we add this to the software.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions