Skip to content

Commit d1b0cb3

Browse files
committed
Fixed get_update_information information, updated plugin view,
1 parent dc1e862 commit d1b0cb3

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
![NavbarTemp](navbar.png?raw=true)
44

5-
For Raspberry Pi users it's possible to display internal temperature (configurable via settings dialog):
6-
![NavbarTempRaspi](navbar_raspi.png?raw=true)
75

86
## Setup
97

navbar.png

-3.39 KB
Loading

octoprint_navbartemp/__init__.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,21 @@ def get_assets(self):
9494
"less": ["less/navbartemp.less"]
9595
}
9696

97-
##~~ Softwareupdate hook
98-
97+
##~~ Softwareupdate hook
9998
def get_update_information(self):
10099
return dict(
100+
101101
navbartemp=dict(
102102
displayName="Navbar Temperature Plugin",
103103
displayVersion=self._plugin_version,
104-
105104
# version check: github repository
106105
type="github_release",
107-
user="ntoff",
106+
user="imrahil",
108107
repo="OctoPrint-NavbarTemp",
109108
current=self._plugin_version,
110109

111110
# update method: pip w/ dependency links
112-
pip="https://github.com/ntoff/OctoPrint-NavbarTemp/archive/{target_version}.zip"
111+
pip="https://github.com/imrahil/OctoPrint-NavbarTemp/archive/{target_version}.zip"
113112
)
114113
)
115114

0 commit comments

Comments
 (0)