elif intent == 'check_light_on_or_off':
        if light.is_light_on():
            result = 'on'
        else:
            result = 'off'