Skip to content

Commit

Permalink
oppo plugin: fix reply for current subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Oct 30, 2024
1 parent e024abe commit 63112a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oppo/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'language': {'read': True, 'write': False, 'item_type': 'str', 'dev_datatype': 'raw', 'reply_pattern': [r'@QAT OK (?:[A-Z]*) (?:\d{1,2})/(?:\d{1,2}) ([A-Za-z]*)', r'@UAT (?:[A-Z]{2}) (?:\d{2})/(?:\d{2}) ([A-Z]{3}) (?:[0-7.]*)']},
},
'subtitle': {
'current': {'read': True, 'write': False, 'item_type': 'num', 'dev_datatype': 'raw', 'reply_pattern': r'@UST (\d{2})/(?:\d{2}) ([A-Z]{3})'},
'current': {'read': True, 'write': False, 'item_type': 'num', 'dev_datatype': 'raw', 'reply_pattern': r'@UST (\d{2})/(?:\d{2}) (?:[A-Z]{3})'},
'available': {'read': True, 'write': False, 'item_type': 'num', 'dev_datatype': 'raw', 'reply_pattern': r'@UST (?:\d{2})/(\d{2}) (?:[A-Z]{3})'},
'language': {'read': True, 'write': False, 'item_type': 'str', 'dev_datatype': 'raw', 'reply_pattern': r'@UST (?:\d{2})/(?:\d{2}) ([A-Z]{3})'},
},
Expand Down

0 comments on commit 63112a3

Please sign in to comment.