Skip to content

Commit

Permalink
UniFi
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Mar 21, 2024
1 parent 4976cbf commit 9a53cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/infrasonar
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ from dataclasses import dataclass
from setproctitle import setproctitle
from typing import Any, Optional, Dict, List, Tuple

__version__ = '0.1.16' # Update version in setup as well
__version__ = '0.1.17' # Update version in setup as well


_labels_example = """
Expand Down Expand Up @@ -1446,6 +1446,7 @@ def _unifi_devices(container_id: int, api: str, verify_ssl: bool, token: str,
cnf['config']['username'] = device['_parent'][4]
cnf['config']['password'] = device['_parent'][5]
asset['collectors'] = [cnf]
asset['kind'] = 'UniFi'
assets.append(asset)
return assets, total

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='infrasonar',
version='0.1.16', # Update version in infrasonar as well
version='0.1.17', # Update version in infrasonar as well
description='InfraSonar Toolkit',
url='https://github.com/infrasonar/toolkit',
long_description=long_description,
Expand Down

0 comments on commit 9a53cdb

Please sign in to comment.