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

io.github.hapjava.services.impl.HAPProtocolInformationService 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.VersionCharacteristic;

/** This service HAP version. */
public class HAPProtocolInformationService extends AbstractServiceImpl {

  public HAPProtocolInformationService(VersionCharacteristic versionCharacteristic) {
    super("000000A2-0000-1000-8000-0026BB765291");
    addCharacteristic(versionCharacteristic);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy