| Meaning |
```json
{
"brand": "Bryton",
"category": "Cycling Computers & GPS Devices",
"website": "https://brytonsport.com",
"headquarters": "Zhejiang, China",
"founded": 2007,
"keyProducts": [
{
"model": "Bryton Rider 550",
"type": "GPS Bike Computer",
"features": [
"Turn-by-turn navigation",
"Heart rate monitoring",
"Smartphone connectivity",
"Live tracking"
]
},
{
"model": "Bryton Rider 750",
"type": "Advanced GPS Bike Computer",
"features": [
"Full-color touchscreen",
"Strava Live Segments",
"Power meter compatibility",
"Multisport mode"
]
},
{
"model": "Bryton Smart Sensor",
"type": "Sensor Suite",
"features": [
"Speed & cadence sensor",
"Heart rate strap",
"Bluetooth and ANT+ connectivity"
]
}
],
"supportedApps": [
"Strava",
"Komoot",
"Ride with GPS",
"MapMyRide"
],
"customerSupport": {
"email": "support@brytonsport.com",
"phone": "+86 571 1234 5678",
"hours": "Mon-Fri 9:00-18:00 CST"
}
}
``` |