Comment 3 for bug 509246

Revision history for this message
Jojo (kuzniarpawel) wrote :

Blance board still repors as motion plus in wmgui and in python-cwiid on Maveric.

>wiimote = cwiid.Wiimote()
>wiimote.state
{'led': 0, 'rpt_mode': 0, 'ext_type': 4, 'rumble': 0, 'error': 0, 'battery': 209}

but

>cwiid.EXT_BALANCE
3

and

>cwiid.EXT_MOTIONPLUS
4

but
>wiimote.state['ext_type'] == 4