committed by
GitHub
6 changed files with 28 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
<?php namespace App\SupportedApps; |
||||
|
|
||||
|
class Mcmyadmin implements Contracts\Applications { |
||||
|
public function defaultColour() |
||||
|
{ |
||||
|
return '#30404b'; |
||||
|
} |
||||
|
public function icon() |
||||
|
{ |
||||
|
return 'supportedapps/mcmyadmin.png'; |
||||
|
} |
||||
|
} |
@ -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: 8.9 KiB |
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in new issue