diff --git a/tutorial-migrate.html b/tutorial-migrate.html index 0df5261..b396e23 100644 --- a/tutorial-migrate.html +++ b/tutorial-migrate.html @@ -188,6 +188,24 @@

Step 4 - FlowToken

The uriObj property has been deleted from a FlowToken as returned by Homey.flowtoken.getFlowTokens() the owner must be matched the same way as with FlowCards.

Step 5 - Drivers

The uriObj property has been deleted from a Driver as returned by Homey.drivers.getDrivers(). The icon can now be found under driver.ownerIconObj and the color under driver.color.

+

Step 6 - Apps

+

The following endpoints on the App class have been renamed.

+ +

Step 7 - Managers

+

Homey.zigBee has been renamed to Homey.zigbee.