1.1.0 • Published 9 years ago

jenny v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

jenny

Jenny tells a remote server whats happening with your MySensors connected via a serial port

Usage

jenny -u http://site.com/path -p /serial/port

Routes

  • POST /radio - Register a new radio, expects to have the following response:
{
    "id": ""
}
  • PUT /radio/{id} - Save data for radio. Request is in the following form. All values are optional
{
    "name": "",
    "version": "",
    "battery": ""
}
  • POST /radio/{id}/sensor/{childId}/reading - Save sensor readings for this radio and sensor
{
    "type": "",
    "value": "",
    "time": ""
}
  • PUT /radio/{id}/sensor/{childId} - modify sensor information. All values are optional.
{
    "type": "",
    "name": ""
}
  • POST /log - Create new log message. Request is in the following form.
{
    "message": "",
    "time": ""
}
1.1.0

9 years ago

1.0.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago