Skip to content

Commit

Permalink
add technical doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oben01 committed May 27, 2023
1 parent bafd0cd commit 2c22770
Showing 1 changed file with 149 additions and 0 deletions.
149 changes: 149 additions & 0 deletions note_technique.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,152 @@ queryParam "locale=fr"
"category": "User"
}
```

```json
{
"id": 11,
"displayName": "RfPlayer",
"type": "RfPlayer",
"configuration": {
"Serial Port": "/dev/tty.Bluetooth-Incoming-Port",
"receiver": {
"content": {
"X10": false,
"RTS": false,
"VISONIC": true,
"BLYSS": true,
"CHACON": true,
"OREGONV1": true,
"OREGONV2": true,
"OREGONV3/OWL": true,
"DOMIA": true,
"X2D": true,
"KD101": true,
"PARROT": true
}
},
"repeater": {
"content": {
"X10": true,
"RTS": true,
"VISONIC": true,
"BLYSS": true,
"CHACON": true,
"OREGONV1": true,
"OREGONV2": true,
"OREGONV3/OWL": true,
"DOMIA": true,
"X2D": true,
"KD101": true
},
"checkbox": false
},
"ledactiviy": true,
"advanced": {
"content": {
"433": {
"content": {
"freq": "433_920",
"selectivity": "0",
"dsptrigger": 8,
"rflinktrigger": 12
},
"checkbox": false
},
"868": {
"content": {
"freq": "868_350",
"selectivity": "0",
"dsptrigger": 6,
"rflinktrigger": 10
},
"checkbox": true
},
"lbt": {
"content": {
"lbtvalue": 16
},
"checkbox": true
}
}
}
},
"autoStart": true,
"category": "User"
}
```

```json
{
"id": 10,
"displayName": "RfPlayer",
"type": "RfPlayer",
"configuration": {
"Serial Port": "/dev/tty.Bluetooth-Incoming-Port",
"receiver": {
"content": {
"X10": true,
"RTS": true,
"VISONIC": true,
"BLYSS": true,
"CHACON": true,
"OREGONV1": true,
"OREGONV2": true,
"OREGONV3/OWL": true,
"DOMIA": true,
"X2D": true,
"KD101": true,
"PARROT": true
}
},
"repeater": {
"content": {
"X10": true,
"RTS": true,
"VISONIC": true,
"BLYSS": true,
"CHACON": true,
"OREGONV1": true,
"OREGONV2": true,
"OREGONV3/OWL": true,
"DOMIA": true,
"X2D": true,
"KD101": true
},
"checkbox": false
},
"ledactiviy": true,
"advanced": {
"content": {
"433": {
"content": {
"freq": "433_920",
"selectivity": "0",
"dsptrigger": 8,
"rflinktrigger": 12
},
"checkbox": true
},
"868": {
"content": {
"freq": "868_950",
"selectivity": "0",
"dsptrigger": 6,
"rflinktrigger": 10
},
"checkbox": true
},
"lbt": {
"content": {
"lbtvalue": 16
},
"checkbox": true
}
}
}
},
"autoStart": true,
"category": "User"

}
```

0 comments on commit 2c22770

Please sign in to comment.