Lulo Sign REST Service

This service controls the Lulo Sign.
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 1.0
BasePath:/
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html

Access

Methods

[ Jump to Models ]

Table of Contents

Count

Light

Count

Up
get /count/{id}
(countIdGet)
Retrieves a single resource with the given id from the service.

Path parameters

id (required)
Path Parameter — ID of count to return

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

count

Example data

Content-Type: application/json
{
  "number" : 1234
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

success count

401

not authenticated

404

not found

500

general error

Up
put /count/{id}
(countIdPut)
Updates the resource identified by id using data.

Path parameters

id (required)
Path Parameter — ID of count to return

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body count (required)
Body Parameter

Return type

count

Example data

Content-Type: application/json
{
  "number" : 1234
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

success count

401

not authenticated

404

not found

500

general error

Light

Up
get /light/{id}
(lightIdGet)
Retrieves a single resource with the given id from the service.

Path parameters

id (required)
Path Parameter — ID of light to return

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

light

Example data

Content-Type: application/json
{
  "state" : "on"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

success light

401

not authenticated

404

not found

500

general error

Up
put /light/{id}
(lightIdPut)
Updates the resource identified by id using data.

Path parameters

id (required)
Path Parameter — ID of light to return

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body light (required)
Body Parameter

Return type

light

Example data

Content-Type: application/json
{
  "state" : "on"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

success light

401

not authenticated

404

not found

500

general error

Models

[ Jump to Methods ]

Table of Contents

  1. count -
  2. light -

count - Up

number
Integer the number displayed on the sign

light - Up

state
String the state of the light
Enum:
on
off