-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.cfg
46 lines (41 loc) · 1.88 KB
/
plugin.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[AUTHOR]
# You can also use a Team/Projekt Name here and a generic email address
# like info@..., BUT NEVER CHANGE this information in future updates! It
# will be used to identify your Plugin, handle updates etc. If you change
# this information, LoxBerry could not identify your plugin and handle it as
# a different one - therefore updates will fail.
NAME=Martin Barnasconi
[PLUGIN]
# The version of your plugin - important if you would like to write an
# upgrade script.
VERSION=0.0.3
# Short name and prefered subfolder of your Plugin (do not use blanks - they
# will be filtered - and use lowercase only)! Used for script names in
# daemon or cron (NAME) and as unique installation folder. If these names
# already exist on the installation system, we will add 01, 02, 03 and so
# on. Therefore your script should check THESE TWO VARIABLES for figuring
# out subfolder and scriptnames! You will find this information in
# /data/system/plugindatabase.dat after installation! BUT NEVER CHANGE this
# information in future updates! It will be used to identify your Plugin,
# handle updates etc. If you change this information, Loxberry could not
# identify your plugin and will handle it as a different one - therefore
# updates will definetely fail.
NAME=philipsair
FOLDER=philipsair
# Friendly Long Name of your Plugin - 25 Characters maximum! All others maybe
# replaced by "...". You can use blanks, uppercase/lowercase etc.
TITLE=PhilipsAir
[SYSTEM]
# Plugin Interface
# Do not change this if you are not knowing what you are doing!
INTERFACE=2.0
REBOOT=false
LB_MINIMUM=3.0.0
LB_MAXIMUM=3.9.9
# ARCHITECTURE="raspberry,x86,x64"
CUSTOM_LOGLEVELS=true
[AUTOUPDATE]
AUTOMATIC_UPDATES=true
RELEASECFG=https://raw.githubusercontent.com/nufke/LoxBerry-Plugin-PhilipsAir/master/release.cfg
PRERELEASECFG=https://raw.githubusercontent.com/nufke/LoxBerry-Plugin-PhilipsAir/master/prerelease.cfg