eva-shell 0.2.22__tar.gz → 0.2.23__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.22
3
+ Version: 0.2.23
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,3 +1,3 @@
1
- __version__ = '0.2.22'
1
+ __version__ = '0.2.23'
2
2
 
3
3
  DEFAULT_REPOSITORY_URL = 'https://pub.bma.ai/eva4'
@@ -1892,7 +1892,7 @@ class CLI:
1892
1892
  if id:
1893
1893
  flt['id'] = id
1894
1894
  data = call_rpc('alarm.list', flt, target=alarm_svc)
1895
- print_result(data, cols=['oid', 'level', 'group', 'id'])
1895
+ print_result(data, cols=['oid', 'level', 'group', 'id', 'description'])
1896
1896
 
1897
1897
  def alarm_state(self,
1898
1898
  alarm_svc,
@@ -1925,7 +1925,9 @@ class CLI:
1925
1925
  if current_command.json:
1926
1926
  print_result(data)
1927
1927
  else:
1928
- cols = ['oid', 'node', 'level', 'group', 'id', 'current']
1928
+ cols = [
1929
+ 'oid', 'node', 'level', 'group', 'id', 'current', 'description'
1930
+ ]
1929
1931
  if user:
1930
1932
  cols += ['subscriptions']
1931
1933
  for d in data:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.22
3
+ Version: 0.2.23
4
4
  Summary: EVA ICS v4 shell
5
5
  Home-page: https://github.com/eva-ics/eva4
6
6
  Author: Bohemia Automation / Altertech
@@ -1,4 +1,4 @@
1
- __version__ = '0.2.22'
1
+ __version__ = '0.2.23'
2
2
 
3
3
  import setuptools
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes