elif intent == 'check_light_on':
        if light.is_light_on():
            result = 'yes'
        else:
            result = 'no'