Only run scene at night

I am new to Luup programing and was reading through te Wiki. I found the following code and added it to my Scene
Basically I am trying to have a motion sensor turn on the stair light only if it is night time. Any help is much appreciated

Code I used:

return luup.is_night() == true

You will find an explanation and several examples in Conditional Scene Execution.

Thank You!