Skip to content
Snippets Groups Projects
Commit 9b58b1b2 authored by MAUGEZ Emeline's avatar MAUGEZ Emeline
Browse files

Supprimer cocktails oubli

parent a1c2cc48
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ public class SampleGattAttributes {
public static String AJOUTER_INGREDIENT_CHARACTERISTIC ="6e4a0009-b5a3-f393-e0a9-e50e24dcca9e";
public static String MAJ_INGREDIENT_CHARACTERISTIC ="6e4a0010-b5a3-f393-e0a9-e50e24dcca9e";
public static String ADD_COCKTAIL_CHARACTERISTIC = "6e4a0011-b5a3-f393-e0a9-e50e24dcca9e";
public static String DELETE_COCKTAIL_CHARACTERISTIC = "6e4a0013-b5a3-f393-e0a9-e50e24dcca9e";
public static String COMMANDER_COCKTAIL_CHARACTERISTIC ="6e4a0012-b5a3-f393-e0a9-e50e24dcca9e";
......@@ -56,6 +57,7 @@ public class SampleGattAttributes {
attributes.put(AJOUTER_INGREDIENT_CHARACTERISTIC, "Ajouter ingrédient");
attributes.put(MAJ_INGREDIENT_CHARACTERISTIC,"Mis-à-jour des ingrédients");
attributes.put(ADD_COCKTAIL_CHARACTERISTIC, "Ajouter cocktail");
attributes.put(DELETE_COCKTAIL_CHARACTERISTIC, "Supprimer cocktail");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment