eva-shell 0.2.22__tar.gz → 0.2.24__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.24
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.24'
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:
@@ -2052,10 +2054,10 @@ class CLI:
2052
2054
  cols = [
2053
2055
  't|n=time|f=time_sec{}'.format(
2054
2056
  f':{time_zone}' if time_zone else ''),
2055
- 'alarm_node|n=node',
2056
- 'alarm_level|n=lvl',
2057
- 'alarm_group|n=group',
2058
- 'alarm_id|n=id',
2057
+ 'node',
2058
+ 'level|n=lvl',
2059
+ 'group',
2060
+ 'id',
2059
2061
  'lo',
2060
2062
  'losk',
2061
2063
  'los',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eva-shell
3
- Version: 0.2.22
3
+ Version: 0.2.24
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.24'
2
2
 
3
3
  import setuptools
4
4
 
File without changes
File without changes
File without changes
File without changes
File without changes