Difference between revisions of "Senfi Documentation"

From Senfi Docs
Jump to: navigation, search
 
 
(37 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
[[File: Senfi Emblem 128.png|center|link=]]
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
<translate>
 +
<!--T:1-->
 +
Senfi provides managed monitoring and alerting services for your smart buildings. Find out more about Senfi in the [https://www.senfi.io product page] and the documentation below.
  
== Getting started ==
+
=== Introduction === <!--T:2-->
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
* [https://www.senfi.io/main/benefits/ Benefits]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
* [https://www.senfi.io/main/features/ Features]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
* [[Concepts|General concepts]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
* [[Getting started|Getting started]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
 
 +
=== For Users === <!--T:3-->
 +
If you are primarily concerned with managing, monitoring and operations, you should read this section.
 +
 
 +
<!--T:4-->
 +
* [[Introduction|Introduction]]
 +
* [[Site|Site]]
 +
* [[Asset|Asset]]
 +
* [[User|User]]
 +
* [[Access Group|Access Group]]
 +
 
 +
==== How-to ==== <!--T:5-->
 +
* [[Adding a site|Adding a site]]
 +
* [[Adding a sensor|Adding an asset]]
 +
* [[Managing users|Managing users]]
 +
* [[Managing access groups|Managing access groups]]
 +
 
 +
=== For Developers === <!--T:6-->
 +
If you are developing an integration, configuring rules, or using advanced features, you should read this section.
 +
 
 +
<!--T:7-->
 +
* [[Developer Introduction|Introduction]]
 +
* [[Measurement|Measurement]]
 +
* [[Rule|Rule]]
 +
* [[Computed measurement|Computed measurement]]
 +
 
 +
==== How-to ==== <!--T:8-->
 +
* [[Sending data to Senfi|Sending data to Senfi]]
 +
* [[Adding a rule|Adding a rule]]
 +
* [[Adding a computed measurement|Adding a computed measurement]]
 +
 
 +
==== API/SDK ====
 +
* [https://www.senfi.io/docs/api/1/0/ HTTP API]
 +
* [https://www.npmjs.com/package/senfi Node.js NPM module for Senfi]
 +
 
 +
</translate>
 +
 
 +
{{#css:
 +
i > b {
 +
  background-color: #fc6;
 +
}
 +
}}

Latest revision as of 14:40, 9 December 2020

Senfi Emblem 128.png

Senfi provides managed monitoring and alerting services for your smart buildings. Find out more about Senfi in the product page and the documentation below.

Introduction

For Users

If you are primarily concerned with managing, monitoring and operations, you should read this section.

How-to

For Developers

If you are developing an integration, configuring rules, or using advanced features, you should read this section.

How-to

API/SDK