Results 1 comments of Kaive Young

``` lights = api.model('Lights',{ 'id': fields.Integer(readOnly=True, description='The database id of the light'), 'name': fields.String(required=True, description='light name'), 'state': fields.Nested(lightstate,attribute=lambda x:x) }) ```