Mercurial > code > home > repos > light9
changeset 2205:71fa794c160c
+EffectUri, will probably delete later
author | drewp@bigasterisk.com |
---|---|
date | Mon, 22 May 2023 01:05:06 -0700 |
parents | 3db40ecf9e61 |
children | 5b38db0369fc |
files | light9/newtypes.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/newtypes.py Mon May 22 01:04:46 2023 -0700 +++ b/light9/newtypes.py Mon May 22 01:05:06 2023 -0700 @@ -12,6 +12,7 @@ DmxMessageIndex = NewType('DmxMessageIndex', int) # 0..511 DeviceAttr = NewType('DeviceAttr', URIRef) # e.g. :rx EffectClass = NewType('EffectClass', URIRef) # e.g. effect:chase +EffectUri = NewType('EffectUri', URIRef) # unclear when to use this vs EffectClass EffectAttr = NewType('EffectAttr', URIRef) # e.g. :chaseSpeed NoteUri = NewType('NoteUri', URIRef) OutputAttr = NewType('OutputAttr', URIRef) # e.g. :xFine