> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/kits/iot_make_easy/instructions/sink.md).

# 防浸洗手盤

假如水位超出安全水平將會透過IoT平台通知用家。

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink.jpg)

### 搭建說明書

[下載搭建說明書](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/images/stove.pdf)

### 參考接線

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink_wire.png)

### MakerCloud版參考程式

#### Micro:bit

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink_code_mc_makercloud.png)

[參考程式](https://makecode.microbit.org/_heKcs9fRFK5c)

#### 未來板

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink_code_kb_makercloud.png)

[參考程式](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/smartSink_makercloud.sb3)

### ObjectBlocks版參考程式

#### Micro:bit

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink_code_mc_objectblocks.png)

[參考程式](https://makecode.microbit.org/_YKtCCzWz7PsY)

#### 未來板

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink_code_kb_objectblocks.png)

[參考程式](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/smartSink_objectblocks.sb3)

### ThingSpeak版參考程式

#### Micro:bit

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink_code_mc_thingspeak.png)

[參考程式](https://makecode.microbit.org/_8omTCjHcjDi0)

#### 未來版

![](https://kittenbothk.readthedocs.io/en/latest/_images/sink_code_kb_thingspeak.png)

[參考程式](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/smart_home_iot/instructions/smartSink_thingspeak.sb3)

### 示範短片

{% embed url="<https://www.youtube.com/watch?v=LwzhAub01sQ>" %}

[示範短片](https://www.youtube.com/watch?v=LwzhAub01sQ)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sharinghub.kittenbot.hk/kits/iot_make_easy/instructions/sink.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
