edilkamin
    Preparing search index...

    Interface EditDeviceAssociationBody

    Request body for editing a device's name and room. MAC address is specified in the URL path, not the body. Serial number cannot be changed after registration.

    interface EditDeviceAssociationBody {
        deviceName: string;
        deviceRoom: string;
    }
    Index

    Properties

    deviceName: string
    deviceRoom: string