$ npm install @wix/sdk $ npm install @wix/data $ npm install @wix/sdk $ npm install @wix/stores $ npm install @wix/sdk $ npm install @wix/stores $ npm install @wix/data import { items } from '@wix/data'; import { createClient, OAuthStrategy } from '@wix/sdk'; //To access the Wix APIs, create a client with the createClient() function imported from the @wix/sdk package. const myWixClient = createClient({ modules: { items }, auth: OAuthStrategy({ clientId: '6ddcffb0-9777-412e-a303-1935e55b5c7b' }), }); const dataItemsList = await myWixClient.items.query({ "dataCollectionId": "Forms/subscribers073" }).find(); console.log('My Data Items:'); console.log('Total: ', dataItemsList.items.length); console.log(dataItemsList.items .map((item) => item.data._id) .join('\n') ); import { products } from '@wix/stores'; import { createClient, OAuthStrategy } from '@wix/sdk'; //To access the Wix APIs, create a client with the createClient() function imported from the @wix/sdk package. const myWixClient = createClient({ modules: { products }, auth: OAuthStrategy({ clientId: '6ddcffb0-9777-412e-a303-1935e55b5c7b' }), }); const productList = await myWixClient.products.queryProducts().find(); console.log('My Products:'); console.log('Total: ', productList.items.length); console.log(productList.items .map((item) => item.name) .join('\n') );
top of page

The ideal intermediate step between the water wand and the house unit!  This unit is intended for use at a single water point, such as at home at the kitchen faucet, at the shower hose, in the garden with a Gardena screw connector, in the caravan or motorhome, at a drinking fountain supply, etc. (Note: connection connectors are not included)

 

Easy installation and versatile use due to the ability to attach different types of 1/2" attachments for different purposes.

 

The digital instructions for use can be downloaded from the website or via the download link after your purchase

 

Why Choose the Analemma Point of Use?

 

-  External thread on both sides

-  Suitable for attaching various types of 1/2" attachments for versatile use

-  Easy installation guarantees fast and trouble-free waterpoint management

-  Compact design allows for little space loss

-  Durable material ensures long-lasting performance

-  Designed for a single water point, ideal for a specific water need

 

The renewed Analemma Point of Use unit offers a practical solution with external thread on both sides to easily attach different attachments.

NEW Point of Use Unit

SKU: POU
£540.00Price
Quantity
Out of Stock
  • This durable and easy-to-install Point of Use unit is perfectly suited for efficiently creating coherent water at one water point at a time. Also useful for use on vacation, in caravan, camper or holiday home, in the garden, in the office, etc.

    The ideal intermediate step between manual stirring with the water rod and coherent water from all taps with the House unit!

     

    PRODUCT INFORMATION

     

    Dimensions package:  227 x 85 x 60mm

    Weight including packaging:  960g

  • Our New Product stock should be available approximately late January/Early February (but may be sooner).  They are already proving quite popular with 'New Stock Requests'.  Should you wish to jump the queue, you are welcome to Pre-order this item. Just contact us HERE detailing..    

    1) Which item you would like to PRE-ORDER and 2) Quantity Required

    A member of the team will get back to you to organise payment :)

    You will then jump to Priority Despatch as soon as the stock is received :)

bottom of page
$ npm install @wix/sdk $ npm install @wix/stores