Lulo Sign REST Service
This service controls the Lulo Sign.
Version: 1.0
BasePath:/
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
[ Jump to Models ]
Table of Contents
(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
Example data
Content-Type: application/json
{
"number" : 1234
}
Produces
This API call produces the following media types according to the 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
(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
Return type
Example data
Content-Type: application/json
{
"number" : 1234
}
Produces
This API call produces the following media types according to the 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
(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
Example data
Content-Type: application/json
{
"state" : "on"
}
Produces
This API call produces the following media types according to the 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
(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
Return type
Example data
Content-Type: application/json
{
"state" : "on"
}
Produces
This API call produces the following media types according to the 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
[ Jump to Methods ]
Table of Contents
count -
light -
number
Integer the number displayed on the sign