From a7e54e6b172b5c62d5b0c6a33b98d4e5f772a696 Mon Sep 17 00:00:00 2001 From: onkelandy Date: Fri, 16 Aug 2024 16:33:53 +0200 Subject: [PATCH] oppo plugin: add min_sdp_version and bump v to 1.0.1 --- oppo/__init__.py | 2 +- oppo/plugin.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/oppo/__init__.py b/oppo/__init__.py index 70f3d0d05..3c3ad7645 100755 --- a/oppo/__init__.py +++ b/oppo/__init__.py @@ -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): diff --git a/oppo/plugin.yaml b/oppo/plugin.yaml index 2cffe5b1a..c38208d18 100755 --- a/oppo/plugin.yaml +++ b/oppo/plugin.yaml @@ -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