The error message you are receiving indicates that there is an issue with the device IP parameter you are trying to configure. There are a few potential causes for this error:
1. Empty Value: The error message states that the device IP parameter should not be empty. This means that you have not provided a value for the IP address of the device. Make sure you are entering a valid IP address in the correct format (e.g., xxx.xxx.xxx.xxx).
2. Value Size: The error message mentions that the value size should be between 1 and 32. This means that the IP address you are trying to assign to the device is either too short (less than 1 character) or too long (more than 32 characters). Double-check the length of the IP address you are providing and ensure it falls within the specified range.
3. Incorrect Formatting: Another possible cause for this error message could be incorrect formatting of the IP address. The IP address should consist of four numbers separated by dots (e.g., 192.168.0.1). Ensure that you have entered the IP address correctly, without any additional characters or spaces.
To resolve this issue, ensure that you are providing a valid IP address that is not empty, falls within the specified length range, and is formatted correctly. Double-check your input and make any necessary corrections.