-
Notifications
You must be signed in to change notification settings - Fork 2
config.json.FireREST
firepick1 (pixel) edited this page Jul 7, 2014
·
4 revisions
Maps to JSON object that defines general service configuration. Example:
"FireREST":{
"title":"Raspberry Pi FireFUSE",
"provider":"FireFUSE",
"version":{"major":1,"minor":2,"patch":3}
}
Maps to JSON string with a descriptive title for the FireREST™ service. Example:
"title":"Raspberry Pi FireFUSE"
Maps to JSON string that identifies the content provider for the service. Supported content providers are:
-
Demostatic demonstration content -
FireFUSElive camera content provided by FireFUSE.
Example:
"provider":"Demo"
Maps to JSON object that identifies the version of the service. Example:
"version":{"major":1,"minor":2,"patch":3}