sbidy / pywizlight

A python connector for WiZ devices
MIT License
463 stars 79 forks source link

ValueError: Scene is not available. Only 0 to 32 are supported #141

Closed Teraskull closed 2 years ago

Teraskull commented 2 years ago

If you pass 0 as a Scene ID, it gives the following error:

ValueError: Scene is not available. Only 0 to 32 are supported

The README also says you "can" input 0:

sceneId - calls one of thr predefined scenes (int from 0 to 32)