Add declaration if STID reader commands.

This commit is contained in:
Mikaël Ates 2013-10-07 16:55:47 +02:00
parent aa1d837c67
commit 6f38f6017e
1 changed files with 36 additions and 0 deletions

View File

@ -36,6 +36,10 @@ COMMANDS = {
'EEProm. Il est nécessaire de redémarrer le lecteur afin que cette '
'commande soit prise en compte.',
},
'Set_RFSettings_Saved': {
'type': '\x00',
'code': '\x00\x22',
},
'Get_RFSettings': {
'type': '\x00',
'code': '\x00\x20',
@ -44,10 +48,42 @@ COMMANDS = {
'type': '\x00',
'code': '\x00\x24',
},
'Autonomous_Start': {
'type': '\x00',
'code': '\x00\x10',
},
'Autonomous_Stop': {
'type': '\x00',
'code': '\x00\x11',
},
'Autonomous_Output': {
'type': '\x00',
'code': '\x00\x12',
},
'SetOptoOutputParam': {
'type': '\x00',
'code': '\x00\x25',
},
'ChangeRegulation': {
'type': '\x00',
'code': '\x00\x26',
},
'GetInfos': {
'type': '\x00',
'code': '\x00\x08',
},
'SetBaudRate': {
'type': '\x00',
'code': '\x00\x05',
},
'Set485Address': {
'type': '\x00',
'code': '\x00\x06',
},
'Set_RF_Param': {
'type': '\x00',
'code': '\x00\x27',
},
'Retrieve_RF_Params': {
'type': '\x00',
'code': '\x00\x28',