Atom Alias
Camouflage Your Device
The Atom Alias mini-app simply changes the device’s Bluetooth name and launches an other mini-app – based on the specific settings of Atom.
How is it Working?
The main
function runs when Atom loads your script.
It reads your settings with the config.get function, and sets the device name with atom.id, then launches an other app with atom.launch.
function main() {
atom.id(config.get('app.alias.name'));
atom.launch(config.get('app.alias.launch'));
}
Devices & MagiScript
π€ΉββοΈ MagiScript Language
π€ΉββοΈ MagiScript Examples
π€ΉββοΈ MagiScript Tutorials
General
π First Steps
MagiScript Editor
π Basics
π Keyboard Shortcuts
π Running Your First Program
π App Store
π Debugging Techniques
Input/Output
π Buttons
π Vibration Motor
π RGB LED
π Devices
π PeekSmith
π Quantum
π Teleport
π Spotted Dice
π SB Watch
π IARVEL Watch
π Fossil Watch
π Cosmos Printer
π PeriPage Printer
π ATC Remote
π Labco Scrabble
π Bluetooth Keyboard
π Bluetooth Mouse
π Timers
π Database
π Events
π System (exit, sleep, rand)
π Objects (card, time)
Language
π Summary
π Comments
π Operators
π Control Flow
π Functions
π Numbers
π Strings
π Arrays
π Objects
π Uint8Array