v1.1.0 #6
leosperry
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: 1 small breaking change
If you were using
IHaApiProvider.LightTurnOn(LightTurnOnModel settings, CancellationToken cancellationToken = default)
This is the overload that takes in a LightTurnOnModel
The
string EntityId
has changed toIEnumerable<string>
Example fix:
If your code had
change it to this:
notice the brackets around
[my_light_id]
This discussion was created from the release v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions