update all devs

Posted on
Thu Jan 27, 2022 5:29 pm
dtich offline
Posts: 798
Joined: Sep 24, 2005

update all devs

hey, how do i do this?:

Code: Select all
for dev in indigo.devices[]
indigo.device.statusRequest(dev, suppressLogging=True)


thx!

Posted on
Thu Jan 27, 2022 7:12 pm
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: update all devs

Code: Select all
for dev in indigo.devices:
    indigo.device.statusRequest(dev, suppressLogging=True)

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Thu Jan 27, 2022 7:12 pm
FlyingDiver offline
User avatar
Posts: 7213
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: update all devs

But are you really sure you want to?

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Thu Jan 27, 2022 7:20 pm
dtich offline
Posts: 798
Joined: Sep 24, 2005

Re: update all devs

d'oh. the colon. derp.

thx

yes, i know it's a pipeline jammer. but sometimes when the system gets topsy turvy after power outage or similar, it helps right the ship.

don't use often. very rare.


ty!

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 4 guests