outsider icon indicating copy to clipboard operation
outsider copied to clipboard

Add support for id core BEAM.

Open pparent76 opened this issue 7 years ago • 2 comments

pparent76 avatar Jul 25 '17 19:07 pparent76

Hi, thanks for this. Am travelling presently, so can't look in detail. But, I think the new you bits will need to be conditionally displayed only if a beam is found.

jonathanunderwood avatar Jul 26 '17 13:07 jonathanunderwood

The id must be in hex I think. This should work (sorry for posting it already in the other discussion):

amp_models = {
    0x0001: 'id-tvp',
    0x0010: 'id-core',
    0x0011: 'id-coreV2',
    0x0020: 'id-beam'
}

nobodo avatar Aug 11 '19 14:08 nobodo