Skip to content

Commit 1156d71

Browse files
authored
v1.1.4
version 1.1.4
2 parents ef4bfd5 + 1ce4a67 commit 1156d71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyobs_flipro/fliprocamera.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def _log_device_info(self):
8888
log.info(f" Serial No: {self._device.serial_number}")
8989
log.info(f" Device Path: {self._device.device_path}")
9090
log.info(f" Conn Type: {self._device.conn_type}")
91-
log.info(f" Vendor ID: {self._device.obj.uiVendorId}")
92-
log.info(f" Prod ID: {self._device.obj.uiProdId}")
93-
log.info(f" USB Speed: {self._device.obj.eUSBSpeed}")
91+
log.info(f" Vendor ID: {self._device.vendor_id}")
92+
log.info(f" Prod ID: {self._device.prod_id}")
93+
log.info(f" USB Speed: {self._device.usb_speed}")
9494

9595
def _log_capabilities(self):
9696
log.info("Capabilities:")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-flipro"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
description = "pyobs module for FLIPRO cameras"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)