Skip to content

Commit

Permalink
oppo plugin: add min_sdp_version and bump v to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Aug 16, 2024
1 parent 3d82491 commit a7e54e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oppo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class oppo(SmartDevicePlugin):
The know-how is in the commands.py (and some DT_ classes...)
"""

PLUGIN_VERSION = '1.0.0'
PLUGIN_VERSION = '1.0.1'

def _set_device_defaults(self):

Expand Down
3 changes: 2 additions & 1 deletion oppo/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ plugin:
tester: Morg
state: develop
keywords: iot device
version: 1.0.0
version: 1.0.1
sh_minversion: '1.9.5.1'
py_minversion: '3.6'
MIN_SDP_VERSION: '1.0.3'
multi_instance: false
restartable: true
classname: oppo
Expand Down

0 comments on commit a7e54e6

Please sign in to comment.