1#
2# Copyright 2015 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#      http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# OAuth 2.0 client id.
18# client_id=
19
20# OAuth 2.0 client secret.
21# client_secret=
22
23# OAuth 2.0 API key.
24# api_key=
25
26# Human readable name of the device.
27name=Edison Starter Board
28
29# Human readable description of the device.
30# Defaults to empty string"
31description=Intel Edison Board
32
33# Location of the device.
34# location=
35
36# Manufacturer of the device.
37oem_name=Intel
38
39# Model of the device.
40# Defaults to Brillo.
41model_name=Edison
42
43# Five character code assigned by the cloud registry of device models.
44# Defaults to "AAAAA" (Unregistered model).
45model_id=AAAAA
46
47# Maximum role for local anonymous user.
48# local_anonymous_access_role=viewer
49
50# If true, allows local pairing using Privet API.
51# local_pairing_enabled=true
52
53# If true, allows local discovery using mDns.
54# local_discovery_enabled=true
55
56# GCD service polling interval in milliseconds.
57# polling_period_ms=7000
58
59# GCD service backup polling interval in milliseconds.
60# backup_polling_period_ms=1800000
61
62# Automatic mode causes buffet to automatically bring up a SoftAP for
63# bootstrapping when it looses network connectivity for long enough,
64# and on first boot.
65# wifi_auto_setup_enabled=true
66
67# List of pairing modes supported by device.
68# Values can be one of: pinCode, embeddedCode.
69# Defaults to pinCode if embedded_code_path is empty, or embeddedCode otherwise.
70pairing_modes=embeddedCode
71
72# Absolute path to file specifying an embedded pairing code. The file at
73# embedded_code_path should be a file in key value format, with a key
74# embedded_code.
75# Defaults to empty path.
76embedded_code_path=/etc/weaved/weaved.conf
77
78# Embedded code.
79embedded_code=hello
80