Samuel Larsson
Samuel Larsson
> ``` > split_point = math.floor( zs[0].shape[1] / 2 ) > zs_part1 = [zs[0][:, 0:split_point], zs[1][:, 0:split_point], zs[2][:, 0:split_point]] > zs_part2 = [zs[0][:, split_point:], zs[1][:, split_point:], zs[2][:, split_point:]] > ```...
Hang on, so you can actually create a scene in for example the Eve app, which starts a specific (favorite) playlist from the Sonos app? If so, I'd love to...
> Are you entering a password for the target account when prompted at `Enter the account password:` during step 1? Sorry yes, I should've clarified that. I am entering a...
> I ve made some tries, and effectively if the password is "the good one/user one", the app-password/token is always available after the 5 minutes. So it actually works if...