1.2.0 • Published 1 year ago

meural_canvas_controller v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Meural Canvas Controller

Example

const mcs = require('meural_canvas_controller');
const ip = 'x.x.x.x';

async function myAsyncFunction() {
  let result = await mcs.swipe(ip, 'right');
}
myAsyncFunction();

Functions

FunctionParameter 1Parameter 2
swipe(param1, param2)ip (variable)direction (string) right, left, up, down
sleep(param1)ip (variable)N/A
wakeUp(param1) ip (variable)N/A
setBrightness(param1, param2)ip (variable)brightness (int) 1-100
1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago