Changeset 26 for mymrc

Show
Ignore:
Timestamp:
07/09/07 23:45:28 (5 years ago)
Author:
dlefevre
Message:

Opcodes updated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mymrc/trunk/mymrc/src/mobileclient/opcode.py

    r18 r26  
    3333        self['PARSELS'] = '0910' 
    3434        self['PARSEFRM'] = '0911' 
     35        self['PARSECNV'] = '0912' 
    3536        self['SETTINGS']= '0920' 
     37         
    3638        self['DISCONNECT'] = '0991' 
    3739         
     
    4143        self['PLADDSONG']='0202' 
    4244        self['PLADDARTIST'] = '0203' 
    43         self['PLADDGENRE'] = '0204' 
    44         self['PLADDALBUM'] = '0205' 
     45        self['PLADDALBUM'] = '0204' 
     46        self['PLADDGENRE'] = '0205' 
     47 
    4548         
    4649        self['PLREMOVESONG'] = '020'