“Notes” field of a device

Posted on
Sat Nov 14, 2020 6:36 pm
mundmc offline
User avatar
Posts: 1060
Joined: Sep 14, 2012

“Notes” field of a device

Is there any programmatic way to access the “Notes” field that every Indigo Device/ Action/ Trigger/ Schedule has?

I am guessing giant NO, but a man can dream.

Posted on
Sat Nov 14, 2020 7:42 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: “Notes” field of a device

Code: Select all
dev = indigo.devices[1522946176]
indigo.server.log(dev.description)


Code: Select all
trigger = indigo.triggers[156791021]
indigo.server.log(trigger.description)


Code: Select all
schedule = indigo.schedules[212488744]
indigo.server.log(schedule.description)


Code: Select all
group = indigo.actionGroups[50609275]
indigo.server.log(group.description)

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

Posted on
Sat Nov 14, 2020 9:33 pm
mundmc offline
User avatar
Posts: 1060
Joined: Sep 14, 2012

Re: “Notes” field of a device

Thank you and this is awesome... oh the lengths I will go to put off learning how to make a plugin

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests

cron