diff --git a/Rules-for-adding-new-device-types.md b/Rules-for-adding-new-device-types.md deleted file mode 100644 index 30970a8..0000000 --- a/Rules-for-adding-new-device-types.md +++ /dev/null @@ -1,9 +0,0 @@ -Before adding a new device check that non of the existing devices is appropriate. - -Steps for adding a new device: - -1. Add the device type to the PbDeviceType enum of the protobuf definition -2. Add code for creating your device to the DeviceFactory class. The device instance and all devices-specific properties have to be created by this class. -3. Add code handle the device properties to the RascsiReponse class. -4. Add the device-specific implementation in new .cpp/.h files. -5. Update the manpages. \ No newline at end of file