summaryrefslogtreecommitdiff
path: root/ATRI/plugins/switch.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/plugins/switch.py')
-rw-r--r--ATRI/plugins/switch.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ATRI/plugins/switch.py b/ATRI/plugins/switch.py
index c92b5aa..264b93a 100644
--- a/ATRI/plugins/switch.py
+++ b/ATRI/plugins/switch.py
@@ -38,6 +38,9 @@ async def _(session: CommandSession):
elif com == 'Setu':
data["setu"] = "on"
+ elif com == 'SetuIMG':
+ data["setu_img"] = "on"
+
elif com == 'Hbook':
data["hbook"] = "on"
@@ -69,6 +72,9 @@ async def _(session: CommandSession):
elif com == 'Setu':
data["setu"] = "off"
+ elif com == 'SetuIMG':
+ data["setu_img"] = "off"
+
elif com == 'Hbook':
data["hbook"] = "off"