Skip to content

config.json.FireREST

firepick1 (pixel) edited this page Jul 7, 2014 · 4 revisions

FireREST Configuration

Reference

FireREST

Maps to JSON object that defines general service configuration. Example:

"FireREST":{
"title":"Raspberry Pi FireFUSE",
"provider":"FireFUSE",
"version":{"major":1,"minor":2,"patch":3}
}

title

Maps to JSON string with a descriptive title for the FireREST™ service. Example:

"title":"Raspberry Pi FireFUSE"

provider

Maps to JSON string that identifies the content provider for the service. Supported content providers are:

  • Demo static demonstration content
  • FireFUSE live camera content provided by FireFUSE.

Example:

"provider":"Demo"

version

Maps to JSON object that identifies the version of the service. Example:

"version":{"major":1,"minor":2,"patch":3}

See Also

Clone this wiki locally