Skip to content

Commit

Permalink
json to js in readmes
Browse files Browse the repository at this point in the history
PUBLISHED_FROM=7b861676f7f9ee75382f4250d3e8ecd7c38ce6c1
  • Loading branch information
cpq authored and cesantabot committed Jan 2, 2018
1 parent d4b71ec commit 86d280a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Below is a list of exported RPC methods and arguments:
## Config.Get
Get device configuration subtree. Arguments:

```json
```javascript
{
// Optional. Path to a config object, e.g. `wifi.sta.ssid`.
// If not specified, a full configuration tree is returned.
Expand Down Expand Up @@ -48,7 +48,7 @@ true</code></pre>
## Config.Set
Set device configuration parameters. Arguments:

```json
```javascript
{
// Required. Contains a sparse object with configuration parameters.
// These parameters are applied on top of the existing device configuration.
Expand All @@ -75,7 +75,7 @@ Writes an existing device confuguration on flash, as a sequence of
(see [description](/docs/core_components/configuration.html)). This makes
configuration permament, preserved after device reboot. Arguments:

```json
```javascript
{
"reboot": false // Optional. Whether to reboot the device after the call
}
Expand Down

0 comments on commit 86d280a

Please sign in to comment.