1
ModuleServerAPIData
Mees van der Wijk edited this page 2023-04-05 12:21:02 +02:00

ModuleData

Structure of the module data. You can find the property documentation here.

{
    "size": {
        "width": { property },
        "height": { property }
    },
    "location": {
        "x" { property },
        "y": { property }
    },
    "appearance": {
        "rotation": { property },
        "warp": { property },
        "transparency": { property },
        "transition": { property },
        "transitionDuration": { property },
        "animation": { property },
        "animationSpeed": { property },
        "animationIntensity": { property },
        "animationSmooth": { property }
    },
    "properties": {
        [propertyId:string]: Property
    }
}