Update pygameControls/dualsense_edge_controller.py

This commit is contained in:
2025-05-05 09:09:24 +02:00
parent 7791e1de0b
commit ff6f5ffa13

View File

@@ -7,6 +7,7 @@ class DualSenseEdgeController(ControlsBase):
self.device = pydualsense()
self.device.init()
self.name = self.device.device.get_product_string()
self.guid = self.device.get_guid()
self.connection_type = connection_type
self.powerlevel = self.device.battery.Level
self.batterystate = BATTERY_STATE[str(self.device.battery.State)]