]> git.basschouten.com Git - openhab-addons.git/blob
a79467b0597b4df79800b1e726db0ea07c02ca45
[openhab-addons.git] /
1 /**
2  * Copyright (c) 2010-2023 Contributors to the openHAB project
3  *
4  * See the NOTICE file(s) distributed with this work for additional
5  * information.
6  *
7  * This program and the accompanying materials are made available under the
8  * terms of the Eclipse Public License 2.0 which is available at
9  * http://www.eclipse.org/legal/epl-2.0
10  *
11  * SPDX-License-Identifier: EPL-2.0
12  */
13 package org.openhab.binding.sinope.internal.core.appdata;
14
15 /**
16  * The Class SinopeLocalTimeData.
17  *
18  * @author Pascal Larin - Initial contribution
19  */
20 public class SinopeLocalTimeData extends SinopeAppData {
21
22     /**
23      * Instantiates a new sinope local time data.
24      */
25     public SinopeLocalTimeData() {
26         super(new byte[] { 0x00, 0x00, 0x06, 0x00 }, new byte[] { 0, 0, 0 });
27     }
28 }