This website works better with JavaScript.
Home
Explore
Help
Sign In
SH
/
PHP_SMART_HOME_V3
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
1
Releases
2
Wiki
Activity
Browse Source
Add Open Weather Settings
3.0
GamerClassN7
1 year ago
parent
fe72097d75
commit
464f229a16
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/plugins/OpenWeatherMap.php
+ 4
- 0
app/plugins/OpenWeatherMap.php
View File
@ -33,4 +33,8 @@ class OpenWeatherMap extends VirtualDeviceManager
return
'exception: '
.
$e
->
getMessage
();
}
}
function
enable
(){
(
new
SettingsManager
)
->
create
(
'open_weather_api_token'
,
''
,
'open_weather'
);
}
}
Write
Preview
Loading…
Cancel
Save