mcopy/app/lib/light
Matt McWilliams 63f4278b2b Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
..
Readme.md
index.d.ts Arri-S work 2022-10-07 19:47:56 -04:00
index.js Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
index.js.map Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated. 2024-04-06 23:37:30 -04:00
package.json

Readme.md

Light

Kind: global class

light.init()

Kind: instance method of Light

light.listen()

Kind: instance method of Light

light.listener()

Kind: instance method of Light

light.set()

Kind: instance method of Light

light.end()

Kind: instance method of Light