File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments