blob: b3ed99814ffc8971c7135e021db2e6a30fc1165c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016 Orange.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*******************************************************************************/
package org.eclipse.om2m.sdt.home.smarterkettle.communication;
public interface SmarterKettleCommands {
byte START_KETTLE = 21; //START KETTLE
byte STOP_KETTLE = 22; //STOP KETTLE
byte SHEDULE_TEST = 65;
byte END_OF_MESSAGE = 126; //ENDING MESSAGE
}