LiquidGUI [1.3.0.0]
- Continued refactoring.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
from interfaces.liquidctl_helper_interface import LiquidCTL_Helper_Interface
|
||||
import subprocess
|
||||
import re
|
||||
from liquidctl_helper_interface import LiquidCTL_Helper_Interface
|
||||
|
||||
class LiquidCTL_Helper(LiquidCTL_Helper_Interface):
|
||||
device_name: str = ""
|
||||
device_name = str()
|
||||
device_temp = 0
|
||||
device_fanSpeed = 0
|
||||
device_pumpSpeed = 0
|
||||
device_fwVers = None
|
||||
device_fwVers = str()
|
||||
|
||||
devices = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user