OpenZWave / python-openzwave

Python wrapper for openzwave
Other
200 stars 141 forks source link

1.6 Update - Depreciated Features (python-openzwave) #180

Open Fishwaldo opened 5 years ago

Fishwaldo commented 5 years ago

As per the OZW 1.6 Release Notes, Several methods have been depreciated

Need to remove these calls to OZW.

kdschlosser commented 5 years ago

documentation at that link..

I believe this line

Manager::GetNumOfScenes

should read

Manager::GetNumScenes

kdschlosser commented 5 years ago

deprecated items have been removed.

I need to add in the new scene class still. but I believe that is another issue so this can also be marked as done.