chariot-dev / chariot

IoT Sensor Framework
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Verification of device name #78

Open Juan-Garcia96 opened 4 years ago

Juan-Garcia96 commented 4 years ago

In DeviceAdapter, there is a method called setId() that changes the name of a device, but doesn't verify that the device name is unique within a network. This method should also verify that no other device in the Network has the name.