Skip to content
Snippets Groups Projects
Commit 9814acf3 authored by stendler's avatar stendler
Browse files

add weather options

parent 33cb5df1
Branches
No related tags found
No related merge requests found
...@@ -27,9 +27,9 @@ public class Memory { ...@@ -27,9 +27,9 @@ public class Memory {
private byte[] voice; private byte[] voice;
private String voiceText; private String voiceText;
// enum tone // enum tone
// enum weather
private byte[] image; private byte[] image;
private String note; // optional Text private String note; // optional Text
private Weather weather;
// memstone // memstone
private byte[] mesh; private byte[] mesh;
......
package de.fuberlin.imp.memorybox.restmembox.model;
public enum Weather {
RAIN, CLOUD, SNOW, STORM, THUNDER, CLEAR
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment