All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.hapjava.services.impl.ServiceLabelService Maven / Gradle / Ivy

There is a newer version: 2.0.7
Show newest version
package io.github.hapjava.services.impl;

import io.github.hapjava.characteristics.impl.common.ServiceLabelNamespaceCharacteristic;

/** This service describes label scheme. */
public class ServiceLabelService extends AbstractServiceImpl {

  public ServiceLabelService(
      ServiceLabelNamespaceCharacteristic serviceLabelNamespaceCharacteristic) {
    super("000000CC-0000-1000-8000-0026BB765291");
    addCharacteristic(serviceLabelNamespaceCharacteristic);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy