Futos
7 years ago
4 changed files with 19 additions and 5 deletions
@ -0,0 +1,12 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Openhab implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#b7b7b7'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/openhab.png'; |
||||
|
} |
||||
|
} |
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in new issue