tinytoolslib 0.3.3__tar.gz → 0.3.4__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: tinytoolslib
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Set of tools for use with Tinycontrol devices like LK2.X, LK3.X, LK4.X or tcPDU.
5
5
  Author-email: Bartek Barszczewski <tinycontrol.software@gmail.com>
6
6
  Keywords: tinycontrol,lk,tcpdu
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tinytoolslib"
7
- version = "0.3.3"
7
+ version = "0.3.4"
8
8
  authors = [
9
9
  { name="Bartek Barszczewski", email="tinycontrol.software@gmail.com" },
10
10
  ]
@@ -0,0 +1 @@
1
+ __version__ = '0.3.4'
@@ -1057,7 +1057,7 @@ class LK_HW_30(DeviceModel):
1057
1057
 
1058
1058
  def _restart(self):
1059
1059
  """Prepare command to restart device."""
1060
- return "/stm.cgi?upgrade=lkstart3"
1060
+ return "/stm.cgi?lk3restart=1"
1061
1061
 
1062
1062
  def set_analog_input(
1063
1063
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinytoolslib
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Set of tools for use with Tinycontrol devices like LK2.X, LK3.X, LK4.X or tcPDU.
5
5
  Author-email: Bartek Barszczewski <tinycontrol.software@gmail.com>
6
6
  Keywords: tinycontrol,lk,tcpdu
@@ -1 +0,0 @@
1
- __version__ = '0.3.3'
File without changes
File without changes