-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmos.yml
34 lines (34 loc) · 1.39 KB
/
mos.yml
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
author: mongoose-os
name: smartlight
description: Smart Light full product example
version: 1.0
manifest_version: 2017-05-18
tags:
- c
sources:
- src
config_schema:
- ["dns_sd.enable", true]
- ["dns_sd.host_name", "mongoose-os-smart-light"]
- ["wifi.ap.ssid", "Mongoose-OS-Smart-Light-??????"]
- ["wifi.ap.pass", ""]
- ["provision.button.pin", 0]
- ["provision.button.hold_ms", 3000]
- ["smartlight", "o", {title: "My app custom settings"}]
- ["smartlight.pin", "i", 2, {title: "Light GPIO pin"}]
- ["smartlight.inverted", "b", true, {title: "True for ESP32 & ESP8266"}]
libs:
- origin: https://github.com/mongoose-os-libs/ca-bundle
- origin: https://github.com/mongoose-os-libs/core
- origin: https://github.com/mongoose-os-libs/dash
- origin: https://github.com/mongoose-os-libs/dns-sd
- origin: https://github.com/mongoose-os-libs/http-server
- origin: https://github.com/mongoose-os-libs/provision
- origin: https://github.com/mongoose-os-libs/rpc-service-config
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
- origin: https://github.com/mongoose-os-libs/rpc-service-ota
- origin: https://github.com/mongoose-os-libs/rpc-service-wifi
- origin: https://github.com/mongoose-os-libs/rpc-uart
- origin: https://github.com/mongoose-os-libs/ota-http-server
- origin: https://github.com/mongoose-os-libs/ota-shadow
- origin: https://github.com/mongoose-os-libs/wifi