File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- 2
1+ 0
Original file line number Diff line number Diff line change 123123]
124124
125125#: version number
126- __version__ = '1.3.1.post5 '
126+ __version__ = '1.3.1.post6 '
Original file line number Diff line number Diff line change @@ -27652,6 +27652,9 @@ def __hash__(self) -> 'int':
2765227652 #: [UDP] ASCOM Alpaca Device Discovery
2765327653 alpacadiscovery: 'AppType' = -1, 'alpacadiscovery', TransportProtocol.get('udp')
2765427654
27655+ #: [UDP] Device discovery for Amazon
27656+ amazon_expiscor: 'AppType' = -1, 'amazon-expiscor', TransportProtocol.get('udp')
27657+
2765527658 #: [UDP] Ambarella Cameras
2765627659 amba_cam: 'AppType' = -1, 'amba-cam', TransportProtocol.get('udp')
2765727660
@@ -29344,6 +29347,9 @@ def __hash__(self) -> 'int':
2934429347 #: [N/A] PTP Initiation Request Protocol
2934529348 ptp_req: 'AppType' = -1, 'ptp-req', TransportProtocol.get('undefined')
2934629349
29350+ #: [TCP] Network service for Pulsar messaging and data sharing mobile app
29351+ pulsar: 'AppType' = -1, 'pulsar', TransportProtocol.get('tcp')
29352+
2934729353 #: [N/A] Protocol used for puzzle games
2934829354 puzzle: 'AppType' = -1, 'puzzle', TransportProtocol.get('undefined')
2934929355
You can’t perform that action at this time.
0 commit comments